PadStickyEventsForeachFunction
Description:
[ CCode ( instance_pos = 2.9 ) ]
public delegate bool PadStickyEventsForeachFunction (Pad pad, Event? event)
public delegate bool PadStickyEventsForeachFunction (Pad pad, Event? event)
Callback used by sticky_events_foreach.
When this function returns true, the next event will be returned. When false is returned, sticky_events_foreach will return.
When event
is set to null, the item will be removed from the list of sticky events. event
can be replaced by assigning a new reference to it. This function is responsible for unreffing the old event when removing or modifying.
Parameters:
pad |
the Pad. |
event |
a sticky Event. |
user_data |
the pointer to optional user data. |
Returns:
true if the iteration should continue |
Namespace: Gst
Package: gstreamer-1.0