| Field and Description |
|---|
| com.google.android.exoplayer2.source.dash.DashMediaSource.DEFAULT_LIVE_PRESENTATION_DELAY_FIXED_MS |
| com.google.android.exoplayer2.source.dash.DashMediaSource.DEFAULT_LIVE_PRESENTATION_DELAY_PREFER_MANIFEST_MS
Use of this parameter is no longer necessary.
|
| Method and Description |
|---|
| com.google.android.exoplayer2.source.dash.DashMediaSource.Factory.createMediaSource(DashManifest, Handler, MediaSourceEventListener)
Use
DashMediaSource.Factory.createMediaSource(DashManifest) and BaseMediaSource.addEventListener(Handler, MediaSourceEventListener) instead. |
| com.google.android.exoplayer2.source.dash.DashMediaSource.Factory.createMediaSource(Uri, Handler, MediaSourceEventListener)
Use
DashMediaSource.Factory.createMediaSource(Uri) and BaseMediaSource.addEventListener(Handler,
MediaSourceEventListener) instead. |
| com.google.android.exoplayer2.source.dash.DashMediaSource.Factory.setLivePresentationDelayMs(long) |
| com.google.android.exoplayer2.source.dash.DashMediaSource.Factory.setMinLoadableRetryCount(int) |