mirror of
https://github.com/androidx/media.git
synced 2025-05-09 16:40:55 +08:00

Instead of `text/x-exoplayer-cues`, we will use `application/x-media3-cues`. The prefix should be `application` not `text` since the encoded form is arbitrary bytes, not necessarily text. The name should not reference `exoplayer`, since the Media3 Extractors (which are not part of `exoplayer`) produce this format. PiperOrigin-RevId: 550181852
Test data module
Provides sample data for media unit and instrumentation tests.