mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Updated formatting
This commit is contained in:
parent
fbef465ca8
commit
e6d32d3fb5
1 changed files with 3 additions and 3 deletions
|
|
@ -162,9 +162,9 @@ public final class DashMediaSource extends BaseMediaSource {
|
||||||
* @throws IllegalStateException If one of the {@code create} methods has already been called.
|
* @throws IllegalStateException If one of the {@code create} methods has already been called.
|
||||||
*/
|
*/
|
||||||
public Factory setDefaultLivePresentationDelayMs(long defaultLivePresentationDelayMs) {
|
public Factory setDefaultLivePresentationDelayMs(long defaultLivePresentationDelayMs) {
|
||||||
Assertions.checkState(!isCreateCalled);
|
Assertions.checkState(!isCreateCalled);
|
||||||
this.defaultLivePresentationDelayMs = defaultLivePresentationDelayMs;
|
this.defaultLivePresentationDelayMs = defaultLivePresentationDelayMs;
|
||||||
return this
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue