mirror of
https://github.com/samsonjs/media.git
synced 2026-04-02 10:45:51 +00:00
Fix ExoPlayerTest
This commit is contained in:
parent
f5e92134af
commit
88b68e5902
1 changed files with 1 additions and 1 deletions
|
|
@ -2625,7 +2625,7 @@ public final class ExoPlayerTest {
|
|||
/* isDynamic= */ false,
|
||||
/* durationUs= */ 10_000_000,
|
||||
adPlaybackState));
|
||||
final FakeMediaSource fakeMediaSource = new FakeMediaSource(fakeTimeline);
|
||||
final FakeMediaSource fakeMediaSource = new FakeMediaSource(fakeTimeline, null);
|
||||
AtomicReference<Player> playerReference = new AtomicReference<>();
|
||||
AtomicLong contentStartPositionMs = new AtomicLong(C.TIME_UNSET);
|
||||
EventListener eventListener =
|
||||
|
|
|
|||
Loading…
Reference in a new issue