Commit 39d04cf2 by rohks Committed by microkatz

Fix formatting in release notes.

PiperOrigin-RevId: 458283415
(cherry picked from commit c0359cad)
parent d48507a2
Showing with 7 additions and 3 deletions
...@@ -15,9 +15,13 @@ ...@@ -15,9 +15,13 @@
* Metadata: * Metadata:
* `MetadataRenderer` can now be configured to render metadata as soon as * `MetadataRenderer` can now be configured to render metadata as soon as
they are available. Create an instance with they are available. Create an instance with
`MetadataRenderer(MetadataOutput, Looper, `MetadataRenderer(MetadataOutput, Looper, MetadataDecoderFactory,
MetadataDecoderFactory, boolean)` to specify whether the renderer will boolean)` to specify whether the renderer will output metadata early or
output metadata early or in sync with the player position. in sync with the player position.
* UI:
* Ensure TalkBack announces the currently active speed option in the
playback controls menu
([#10298](https://github.com/google/ExoPlayer/issues/10298)).
* RTSP: * RTSP:
* Add RTP reader for H263 * Add RTP reader for H263
([#63](https://github.com/androidx/media/pull/63)). ([#63](https://github.com/androidx/media/pull/63)).
......
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