mirror of
https://github.com/androidx/media.git
synced 2025-05-04 06:00:37 +08:00

For DASH + SS, sample data is currently plumbed through: Extractor ->ChunkExtractorWrapper ->ContainerMediaChunk ->DefaultTrackOutput ->RollingSampleNBuffer This change bypasses the ContainerMediaChunk layer. It should be possible to completely delete DefaultTrackOutput in the future, but such a change may well be tied to changes in HLS format splicing + how we buffer (or don't buffer) disabled tracks. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=119853857