Pad.addEventProbe

Adds a probe that will be called for all events passing through a pad. See gst_pad_add_data_probe() for more information.

class Pad
addEventProbe

Parameters

handler GCallback

function to call when data is passed over pad

data void*

data to pass along with the handler

Return Value

Type: gulong

The handler id

Meta