mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
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.
|
instead.
|
||||||
* Remove `DefaultHttpDataSource` constructors. Use
|
* Remove `DefaultHttpDataSource` constructors. Use
|
||||||
`DefaultHttpDataSource.Factory` instead.
|
`DefaultHttpDataSource.Factory` instead.
|
||||||
|
* Remove `DashMediaSource.DEFAULT_LIVE_PRESENTATION_DELAY_MS`. Use
|
||||||
|
`DashMediaSource.DEFAULT_FALLBACK_TARGET_LIVE_OFFSET_MS` instead.
|
||||||
|
|
||||||
## 1.4
|
## 1.4
|
||||||
|
|
||||||
|
@ -387,11 +387,6 @@ public final class DashMediaSource extends BaseMediaSource {
|
|||||||
*/
|
*/
|
||||||
public static final long DEFAULT_FALLBACK_TARGET_LIVE_OFFSET_MS = 30_000;
|
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. */
|
/** The media id used by media items of dash media sources without a manifest URI. */
|
||||||
public static final String DEFAULT_MEDIA_ID = "DashMediaSource";
|
public static final String DEFAULT_MEDIA_ID = "DashMediaSource";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user