Pad.getStickyEvent

Returns a new reference of the sticky event of type event_type from the event.

class Pad
getStickyEvent

Parameters

eventType gst.types.EventType

the #GstEventType that should be retrieved.

idx uint

the index of the event

Return Value

Type: gst.event.Event

a #GstEvent of type event_type or null when no event of event_type was on pad. Unref after usage.