mirror of
https://github.com/androidx/media.git
synced 2025-05-04 14:10:40 +08:00

This image has two video tracks in the MP4 data, one is a 'real' video which we want to play by default, and the other is a low-fps video track which isn't intended to be directly played, it's encoded in HEVC for compression and decoding efficiency. This test demonstrates ExoPlayer's current behaviour default extraction and playback, which results in selecting the high-res, low-fps track (actually single sample in this example), instead of playing the actual video. PiperOrigin-RevId: 588068908 (cherry picked from commit 6360082b879e9cba394f169b7b50c8c500173027)
Test data module
Provides sample data for media unit and instrumentation tests.