Commit c7bcacde by aquilescanta Committed by Ian Baker

Add release notes for MediaParser-depending components

PiperOrigin-RevId: 362288776
parent baf1516a
Showing with 14 additions and 0 deletions
...@@ -65,6 +65,20 @@ ...@@ -65,6 +65,20 @@
media item and so that it is not triggered after a timeline change. media item and so that it is not triggered after a timeline change.
* Trigger `onMediaItemTransition` event for all reasons except * Trigger `onMediaItemTransition` event for all reasons except
`MEDIA_ITEM_TRANSITION_REASON_REPEAT`. `MEDIA_ITEM_TRANSITION_REASON_REPEAT`.
* Allow the use of platform extractors through [MediaParser]
(https://developer.android.com/reference/android/media/MediaParser).
Only supported on API 30+.
* You can use it for progressive media by passing a
`MediaParserExtractorAdapter.FACTORY` when creating the
`ProgressiveMediaSource.Factory`.
* You can use it for HLS by passing a
`MediaParserHlsMediaChunkExtractor.FACTORY` when creating the
`HlsMediaSource.Factory`.
* You can use it for DASH by passing a `DefaultDashChunkSource` which
depends on `MediaParserChunkExtractor.FACTORY` when creating the
`DashMediaSource.Factory`.
* We don't currently support using platform extractors with
SmoothStreaming.
### 2.13.2 (2021-02-25) ### 2.13.2 (2021-02-25)
......
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