mirror of
https://github.com/androidx/media.git
synced 2025-05-03 21:57:46 +08:00

This is no longer flaky because WebVTT subtitles are decoded on the
loading thread (enabled in this test with
`defaultExractorsFactory.setTextTrackTranscodingEnabled(true)` - and
supported for WebVTT since f0f24aa0d4
).
PiperOrigin-RevId: 549594291
Test data module
Provides sample data for media unit and instrumentation tests.