Pad.stickyEventsForeach
void stickyEventsForeach(gst.types.PadStickyEventsForeachFunction foreachFunc)Iterates all sticky events on pad and calls foreach_func for every event. If foreach_func returns false the iteration is immediately stopped.
Parameters
foreachFunc | the #GstPadStickyEventsForeachFunction that should be called for every event. |