Commit 065418cc by bachinger Committed by christosts

Publish ConcatenatingMediaSource2

Can be used to combine multiple media items into a single timeline window.

Issue: androidx/media#247
Issue: google/ExoPlayer#4868
PiperOrigin-RevId: 506283307
(cherry picked from commit fcd3af64)
parent d49bd456
...@@ -17,6 +17,9 @@ ...@@ -17,6 +17,9 @@
for seeking. for seeking.
* Use theme when loading drawables on API 21+ * Use theme when loading drawables on API 21+
([#220](https://github.com/androidx/media/issues/220)). ([#220](https://github.com/androidx/media/issues/220)).
* Add `ConcatenatingMediaSource2` that allows combining multiple media
items into a single window
([#247](https://github.com/androidx/media/issues/247)).
* Extractors: * Extractors:
* Throw a ParserException instead of a NullPointerException if the sample * Throw a ParserException instead of a NullPointerException if the sample
table (stbl) is missing a required sample description (stsd) when table (stbl) is missing a required sample description (stsd) when
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment