Module: Gst::EventTypeFlags

Defined in:
(unknown)

Constant Summary collapse

UPSTREAM =

Set if the event can travel upstream.

1 or :upstream
DOWNSTREAM =

Set if the event can travel downstream.

2 or :downstream
SERIALIZED =

Set if the event should be serialized with data flow.

4 or :serialized
STICKY =

Set if the event is sticky on the pads.

8 or :sticky
STICKY_MULTI =

Multiple sticky events can be on a pad, each identified by the event name.

16 or :sticky_multi