Commit 956514ad by aquilescanta Committed by Oliver Woodman

Add internal demo flavor that uses MediaParser for progressive media

PiperOrigin-RevId: 309258505
parent ab57c801
...@@ -178,7 +178,8 @@ import org.checkerframework.checker.nullness.qual.MonotonicNonNull; ...@@ -178,7 +178,8 @@ import org.checkerframework.checker.nullness.qual.MonotonicNonNull;
this.customCacheKey = customCacheKey; this.customCacheKey = customCacheKey;
this.continueLoadingCheckIntervalBytes = continueLoadingCheckIntervalBytes; this.continueLoadingCheckIntervalBytes = continueLoadingCheckIntervalBytes;
loader = new Loader("Loader:ProgressiveMediaPeriod"); loader = new Loader("Loader:ProgressiveMediaPeriod");
progressiveMediaExtractor = new BundledExtractorsAdapter(extractors); ProgressiveMediaExtractor progressiveMediaExtractor = new BundledExtractorsAdapter(extractors);
this.progressiveMediaExtractor = progressiveMediaExtractor;
loadCondition = new ConditionVariable(); loadCondition = new ConditionVariable();
maybeFinishPrepareRunnable = this::maybeFinishPrepare; maybeFinishPrepareRunnable = this::maybeFinishPrepare;
onContinueLoadingRequestedRunnable = onContinueLoadingRequestedRunnable =
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment