mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Add missing @deprecated tag
PiperOrigin-RevId: 292915739
This commit is contained in:
parent
ed88f4f1dd
commit
704dae097a
1 changed files with 1 additions and 0 deletions
|
|
@ -180,6 +180,7 @@ public final class DashMediaSource extends BaseMediaSource {
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** @deprecated Use {@link #setLivePresentationDelayMs(long, boolean)} instead. */
|
||||||
@Deprecated
|
@Deprecated
|
||||||
@SuppressWarnings("deprecation")
|
@SuppressWarnings("deprecation")
|
||||||
public Factory setLivePresentationDelayMs(long livePresentationDelayMs) {
|
public Factory setLivePresentationDelayMs(long livePresentationDelayMs) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue