Remove deprecated DashMediaSource.DEFAULT_LIVE_PRESENTATION_DELAY_MS
Use `DashMediaSource.DEFAULT_FALLBACK_TARGET_LIVE_OFFSET_MS` instead. PiperOrigin-RevId: 636906922
This commit is contained in:
parent
0f1f6bfa41
commit
2ab1c75ca7
@ -209,6 +209,8 @@
|
||||
instead.
|
||||
* Remove `DefaultHttpDataSource` constructors. Use
|
||||
`DefaultHttpDataSource.Factory` instead.
|
||||
* Remove `DashMediaSource.DEFAULT_LIVE_PRESENTATION_DELAY_MS`. Use
|
||||
`DashMediaSource.DEFAULT_FALLBACK_TARGET_LIVE_OFFSET_MS` instead.
|
||||
|
||||
## 1.4
|
||||
|
||||
|
@ -387,11 +387,6 @@ public final class DashMediaSource extends BaseMediaSource {
|
||||
*/
|
||||
public static final long DEFAULT_FALLBACK_TARGET_LIVE_OFFSET_MS = 30_000;
|
||||
|
||||
/**
|
||||
* @deprecated Use {@link #DEFAULT_FALLBACK_TARGET_LIVE_OFFSET_MS} instead.
|
||||
*/
|
||||
@Deprecated public static final long DEFAULT_LIVE_PRESENTATION_DELAY_MS = 30_000;
|
||||
|
||||
/** The media id used by media items of dash media sources without a manifest URI. */
|
||||
public static final String DEFAULT_MEDIA_ID = "DashMediaSource";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user