PadStickyEventsForeachFunction

Callback used by gst.pad.Pad.stickyEventsForeach.

When this function returns true, the next event will be returned. When false is returned, gst.pad.Pad.stickyEventsForeach 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.

alias PadStickyEventsForeachFunction = bool delegate

Return Value

true if the iteration should continue