mirror of
https://github.com/samsonjs/media.git
synced 2026-03-31 10:25:48 +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.
|
||||
*/
|
||||
public Factory setDefaultLivePresentationDelayMs(long defaultLivePresentationDelayMs) {
|
||||
Assertions.checkState(!isCreateCalled);
|
||||
this.defaultLivePresentationDelayMs = defaultLivePresentationDelayMs;
|
||||
return this
|
||||
Assertions.checkState(!isCreateCalled);
|
||||
this.defaultLivePresentationDelayMs = defaultLivePresentationDelayMs;
|
||||
return this;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue