Gst.Pad.prototype.sticky_events_foreach

function sticky_events_foreach(foreach_func:Gst.PadStickyEventsForeachFunction):void {
    // Gjs wrapper for gst_pad_sticky_events_foreach()
}

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

foreach_func

the Gst.PadStickyEventsForeachFunction that should be called for every event.