media/demos/main/src/main
ibaker 8bf40e7355 Add a demo app sample of SubRip muxed into MKV
I created this by:
1. Downloading https://storage.googleapis.com/exoplayer-test-media-1/mkv/android-screens-lavf-56.36.100-aac-avc-main-1280x720.mkv
2. Crafting a `test.srt` file with a text editor
3. Muxing them together:

   ```
   $ mkvmerge -o android-screens-with-subrip.mkv \
       android-screens-lavf-56.36.100-aac-avc-main-1280x720.mkv \
       test.srt
   ```

Tested in the demo app, the subtitle track is selected by default
(default behaviour for Matroska spec afaict).

PiperOrigin-RevId: 540577912
2023-06-19 16:15:43 +01:00
..
assets Add a demo app sample of SubRip muxed into MKV 2023-06-19 16:15:43 +01:00
java/androidx/media3/demo/main Remove previously deprecated MediaItem.PlaybackProperties in favour of LocalConfiguration. 2023-05-30 10:13:11 +00:00
res Remove remaining references to exoplayer.dev 2023-03-30 17:20:36 +00:00
AndroidManifest.xml Add PICK intent for launching with exolist.json 2023-06-06 16:33:41 +01:00