Interface | Description |
---|---|
ElementaryStreamReader.Factory |
Factory of
ElementaryStreamReader instances. |
Class | Description |
---|---|
Ac3Extractor |
Facilitates the extraction of AC-3 samples from elementary audio files formatted as AC-3
bitstreams.
|
AdtsExtractor |
Facilitates the extraction of AAC samples from elementary audio files formatted as AAC with ADTS
headers.
|
DefaultStreamReaderFactory |
Default implementation for
ElementaryStreamReader.Factory . |
ElementaryStreamReader |
Extracts individual samples from an elementary media stream, preserving original order.
|
ElementaryStreamReader.EsInfo |
Holds descriptor information associated with an elementary stream.
|
ElementaryStreamReader.TrackIdGenerator |
Generates track ids for initializing
ElementaryStreamReader s' TrackOutput s. |
PsExtractor |
Facilitates the extraction of data from the MPEG-2 TS container format.
|
TsExtractor |
Facilitates the extraction of data from the MPEG-2 TS container format.
|
Annotation Type | Description |
---|---|
DefaultStreamReaderFactory.Flags |
Flags controlling elementary stream readers behaviour.
|