Package ch.bailu.gtk.gst
Schnittstelle StreamType
public interface StreamType
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
The stream is of audio datastatic final int
The stream is a muxed container typestatic final int
The stream contains subtitle / subpicture data.static final int
The stream is of unknown (unclassified) type.static final int
The stream carries video data
-
Felddetails
-
UNKNOWN
static final int UNKNOWNThe stream is of unknown (unclassified) type.- Siehe auch:
-
AUDIO
static final int AUDIOThe stream is of audio data- Siehe auch:
-
VIDEO
static final int VIDEOThe stream carries video data- Siehe auch:
-
CONTAINER
static final int CONTAINERThe stream is a muxed container type- Siehe auch:
-
TEXT
static final int TEXTThe stream contains subtitle / subpicture data.- Siehe auch:
-