mirror of
https://github.com/androidx/media.git
synced 2025-05-09 00:20:45 +08:00
Move audio retry release note to the right place
PiperOrigin-RevId: 352976712
This commit is contained in:
parent
b460124c33
commit
437c6d5dd8
@ -212,6 +212,7 @@
|
|||||||
`onAudioSessionIdChanged` is called in fewer cases than
|
`onAudioSessionIdChanged` is called in fewer cases than
|
||||||
`onAudioSessionId` was called, due to the improved handling of audio
|
`onAudioSessionId` was called, due to the improved handling of audio
|
||||||
session IDs as described above.
|
session IDs as described above.
|
||||||
|
* Retry playback after some types of `AudioTrack` error.
|
||||||
* Text:
|
* Text:
|
||||||
* Gracefully handle null-terminated subtitle content in Matroska
|
* Gracefully handle null-terminated subtitle content in Matroska
|
||||||
containers.
|
containers.
|
||||||
@ -317,7 +318,6 @@
|
|||||||
* Support enabling the previous and next actions individually in
|
* Support enabling the previous and next actions individually in
|
||||||
`PlayerNotificationManager`.
|
`PlayerNotificationManager`.
|
||||||
* Audio:
|
* Audio:
|
||||||
* Retry playback after some types of `AudioTrack` error.
|
|
||||||
* Work around `AudioManager` crashes when calling `getStreamVolume`
|
* Work around `AudioManager` crashes when calling `getStreamVolume`
|
||||||
([#8191](https://github.com/google/ExoPlayer/issues/8191)).
|
([#8191](https://github.com/google/ExoPlayer/issues/8191)).
|
||||||
* Extractors:
|
* Extractors:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user