Pad.stickyEventsForeach

Iterates all sticky events on @pad and calls @foreach_func for every event. If @foreach_func returns %FALSE the iteration is immediately stopped.

class Pad
void
stickyEventsForeach

Parameters

foreachFunc GstPadStickyEventsForeachFunction

the #GstPadStickyEventsForeachFunction that should be called for every event.

userData void*

the optional user data.

Meta