Class ChunkHolder
- java.lang.Object
-
- com.google.android.exoplayer2.source.chunk.ChunkHolder
-
public final class ChunkHolder extends Object
Holds a chunk or an indication that the end of the stream has been reached.
-
-
Field Summary
Fields Modifier and Type Field Description Chunk
chunk
The chunk.boolean
endOfStream
Indicates that the end of the stream has been reached.
-
Constructor Summary
Constructors Constructor Description ChunkHolder()
-
-
-
Field Detail
-
chunk
@Nullable public Chunk chunk
The chunk.
-
endOfStream
public boolean endOfStream
Indicates that the end of the stream has been reached.
-
-