GstCollectPadsEventFunction

A function that will be called while processing an event. It takes ownership of the event and is responsible for chaining up (to CollectPads.eventDefault) or dropping events (such typical cases being handled by the default handler).

alias GstCollectPadsEventFunction = int function(GstCollectPads* pads, GstCollectData* pad, GstEvent* event, void* userData)

Return Value

TRUE if the pad could handle the event