Interface | Description |
---|---|
ChunkExtractorWrapper.TrackOutputProvider |
Provides
TrackOutput instances to be written to by the wrapper. |
ChunkSource |
A provider of
Chunk s for a ChunkSampleStream to load. |
Class | Description |
---|---|
BaseMediaChunk |
A base implementation of
MediaChunk that outputs to a BaseMediaChunkOutput . |
Chunk |
An abstract base class for
Loader.Loadable implementations that load chunks of data required
for the playback of streams. |
ChunkedTrackBlacklistUtil |
Helper class for blacklisting tracks in a
TrackSelection when 404 (Not Found) and 410
(Gone) HTTP response codes are encountered. |
ChunkExtractorWrapper |
An
Extractor wrapper for loading chunks containing a single track. |
ChunkHolder |
Holds a chunk or an indication that the end of the stream has been reached.
|
ChunkSampleStream<T extends ChunkSource> | |
ContainerMediaChunk |
A
BaseMediaChunk that uses an Extractor to decode sample data. |
DataChunk |
A base class for
Chunk implementations where the data should be loaded into a
byte[] before being consumed. |
InitializationChunk | |
MediaChunk |
An abstract base class for
Chunk s that contain media samples. |
SingleSampleMediaChunk |
A
BaseMediaChunk for chunks consisting of a single raw sample. |