set_event_function


Description:

[ CCode ( cname = "gst_pad_set_event_function_full" ) ]
public void set_event_function (PadEventFunction event, void* user_data = null, DestroyNotify? notify = null)

Sets the given event handler for the pad.

Parameters:

this

a Pad of either direction.

event

the PadEventFunction to set.

notify

notify called when event will not be used anymore.

user_data

user_data passed to notify