Package ch.bailu.gtk.gst
Schnittstelle StreamFlags
public interface StreamFlags
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
This stream has no special attributesstatic final int
This stream should be selected by default.static final int
This stream is a sparse stream (e.g. a subtitle
stream), data may flow only in irregular intervals with large gaps in
between.static final int
This stream should not be selected by default.
-
Felddetails
-
NONE
static final int NONEThis stream has no special attributes- Siehe auch:
-
SPARSE
static final int SPARSEThis stream is a sparse stream (e.g. a subtitle
stream), data may flow only in irregular intervals with large gaps in
between.- Siehe auch:
-
SELECT
static final int SELECTThis stream should be selected by default. This
flag may be used by demuxers to signal that a stream should be selected
by default in a playback scenario.- Siehe auch:
-
UNSELECT
static final int UNSELECTThis stream should not be selected by default.
This flag may be used by demuxers to signal that a stream should not
be selected by default in a playback scenario, but only if explicitly
selected by the user (e.g. an audio track for the hard of hearing or
a director's commentary track).- Siehe auch:
-