public interface DashChunkSource
extends com.google.android.exoplayer2.source.chunk.ChunkSource
ChunkSource for DASH streams.| Modifier and Type | Interface and Description |
|---|---|
static interface |
DashChunkSource.Factory
Factory for
DashChunkSources. |
| Modifier and Type | Method and Description |
|---|---|
void |
updateManifest(DashManifest newManifest,
int periodIndex)
Updates the manifest.
|
void updateManifest(DashManifest newManifest, int periodIndex)
newManifest - The new manifest.