mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00

When there is both audio and video track, then fragment creation is driven by video track (a combination of duration so far + next key frame). But if there is no video track, then the duration so far drives the fragment creation. Due to bug, when there is only audio track, only first fragment was created as expected and then a new fragment is created for every audio sample. #cherrypick PiperOrigin-RevId: 731257696
Test data module
Provides sample data for media unit and instrumentation tests.