Add internal demo flavor that uses MediaParser for progressive media
PiperOrigin-RevId: 309258505
This commit is contained in:
parent
ab57c8010f
commit
956514ad9b
@ -178,7 +178,8 @@ import org.checkerframework.checker.nullness.qual.MonotonicNonNull;
|
||||
this.customCacheKey = customCacheKey;
|
||||
this.continueLoadingCheckIntervalBytes = continueLoadingCheckIntervalBytes;
|
||||
loader = new Loader("Loader:ProgressiveMediaPeriod");
|
||||
progressiveMediaExtractor = new BundledExtractorsAdapter(extractors);
|
||||
ProgressiveMediaExtractor progressiveMediaExtractor = new BundledExtractorsAdapter(extractors);
|
||||
this.progressiveMediaExtractor = progressiveMediaExtractor;
|
||||
loadCondition = new ConditionVariable();
|
||||
maybeFinishPrepareRunnable = this::maybeFinishPrepare;
|
||||
onContinueLoadingRequestedRunnable =
|
||||
|
Loading…
x
Reference in New Issue
Block a user