public static final class DefaultDashChunkSource.Factory extends Object implements DashChunkSource.Factory
Constructor and Description |
---|
Factory(DataSource.Factory dataSourceFactory) |
Modifier and Type | Method and Description |
---|---|
DashChunkSource |
createDashChunkSource(LoaderErrorThrower manifestLoaderErrorThrower,
DashManifest manifest,
int periodIndex,
int adaptationSetIndex,
TrackSelection trackSelection,
long elapsedRealtimeOffsetMs) |
public Factory(DataSource.Factory dataSourceFactory)
public DashChunkSource createDashChunkSource(LoaderErrorThrower manifestLoaderErrorThrower, DashManifest manifest, int periodIndex, int adaptationSetIndex, TrackSelection trackSelection, long elapsedRealtimeOffsetMs)
createDashChunkSource
in interface DashChunkSource.Factory