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

At this point the only reason preventing the chunk package from using RollingSampleBuffer directly, rather than DefaultTrackOutput, is that the latter maintains the largest parsed timestamp. This will be pushed inside the former in the next CL. Following that, splicing logic will also be pushed inside of RollingSampleBuffer, and HLS will be moved over to using a single RollingSampleBuffer per track, with the splicing done inline. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=120206658