Package ch.bailu.gtk.gst
Schnittstelle ElementFlags
public interface ElementFlags
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
the element can use an indexstatic final int
offset to define more flagsstatic final int
ignore state changes from parentstatic final int
the element can provide a clockstatic final int
the element requires a clockstatic final int
the element is a sinkstatic final int
the element is a source.
-
Felddetails
-
LOCKED_STATE
static final int LOCKED_STATEignore state changes from parent- Siehe auch:
-
SINK
static final int SINKthe element is a sink- Siehe auch:
-
SOURCE
static final int SOURCEthe element is a source.- Siehe auch:
-
PROVIDE_CLOCK
static final int PROVIDE_CLOCKthe element can provide a clock- Siehe auch:
-
REQUIRE_CLOCK
static final int REQUIRE_CLOCKthe element requires a clock- Siehe auch:
-
INDEXABLE
static final int INDEXABLEthe element can use an index- Siehe auch:
-
LAST
static final int LASToffset to define more flags- Siehe auch:
-