Gst.Pad.prototype.set_event_function_full

function set_event_function_full(event:Gst.PadEventFunction):void {
    // Gjs wrapper for gst_pad_set_event_function_full()
}

Sets the given event handler for the pad.

event

the Gst.PadEventFunction to set.