Package ch.bailu.gtk.gst
Schnittstelle StreamType
public interface StreamType
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final intThe stream is of audio datastatic final intThe stream is a muxed container typestatic final intThe stream contains subtitle / subpicture data.static final intThe stream is of unknown (unclassified) type.static final intThe 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:
-