public final class ChunkOperationHolder extends Object
MediaChunks that should be retained on the queue (queueSize)
together with the next Chunk to load (chunk). chunk may be null if the
next chunk cannot be provided yet.endOfStream).| Modifier and Type | Field and Description |
|---|---|
Chunk |
chunk
The chunk.
|
boolean |
endOfStream
Indicates that the end of the stream has been reached.
|
int |
queueSize
The number of
MediaChunks to retain in a queue. |
| Constructor and Description |
|---|
ChunkOperationHolder() |
public int queueSize
MediaChunks to retain in a queue.public Chunk chunk
public boolean endOfStream