Package ch.bailu.gtk.gst
Schnittstelle EventTypeFlags
public interface EventTypeFlags
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
Set if the event can travel downstream.static final int
Set if the event should be serialized with data
flow.static final int
Set if the event is sticky on the pads.static final int
Multiple sticky events can be on a pad, each
identified by the event name.static final int
Set if the event can travel upstream.
-
Felddetails
-
UPSTREAM
static final int UPSTREAMSet if the event can travel upstream.- Siehe auch:
-
DOWNSTREAM
static final int DOWNSTREAMSet if the event can travel downstream.- Siehe auch:
-
SERIALIZED
static final int SERIALIZEDSet if the event should be serialized with data
flow.- Siehe auch:
-
STICKY
static final int STICKYSet if the event is sticky on the pads.- Siehe auch:
-
STICKY_MULTI
static final int STICKY_MULTIMultiple sticky events can be on a pad, each
identified by the event name.- Siehe auch:
-