CollectPadsEventFunction


Description:

[ CCode ( cname = "GstCollectPadsEventFunction" , instance_pos = 3.9 ) ]
public delegate bool CollectPadsEventFunction (CollectPads pads, CollectData pad, Event event)

A function that will be called while processing an event.

It takes ownership of the event and is responsible for chaining up (to event_default) or dropping events (such typical cases being handled by the default handler).

Parameters:

pads

the CollectPads that triggered the callback

pad

the Pad that received an event

event

the Event received

user_data

user data passed to set_event_function

Returns:

true if the pad could handle the event


Namespace: Gst.Base