mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
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.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 =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user