Package ch.bailu.gtk.gst
Schnittstelle BinFlags
public interface BinFlags
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
The last enum in the series of flags for bins.static final int
Don't resync a state change when elements are added or linked in the binstatic final int
Indicates whether the bin can handle elements that add/remove source pads
at any point in time without first posting a no-more-pads signal.
-
Felddetails
-
NO_RESYNC
static final int NO_RESYNCDon't resync a state change when elements are added or linked in the bin- Siehe auch:
-
STREAMS_AWARE
static final int STREAMS_AWAREIndicates whether the bin can handle elements that add/remove source pads
at any point in time without first posting a no-more-pads signal.- Siehe auch:
-
LAST
static final int LASTThe last enum in the series of flags for bins. Derived classes can use this
as first value in a list of flags.- Siehe auch:
-