mirror of
https://github.com/androidx/media.git
synced 2025-05-18 04:59:54 +08:00

The test is hidden behind the `@Ignore` annotation due to some flakiness. However, it will be removed when the subtitle parsing is moved to a pre-sample-queue architecture. The test media was created with: ```shell $ cp ../../dash/standalone-ttml/sample.xml sample.ttml $ MP4Box -add sample.ttml sample.text.mp4 $ MP4Box -frag 10000 sample.text.mp4 $ rm sample.ttml ``` PiperOrigin-RevId: 582347113
Test data module
Provides sample data for media unit and instrumentation tests.