Package ch.bailu.gtk.gst
Schnittstelle ElementFlags
public interface ElementFlags
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final intthe element can use an indexstatic final intoffset to define more flagsstatic final intignore state changes from parentstatic final intthe element can provide a clockstatic final intthe element requires a clockstatic final intthe element is a sinkstatic final intthe 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:
-