mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
add release notes item for playbackSpeed and skipSilenceEnabled
PiperOrigin-RevId: 302856370
This commit is contained in:
parent
46a10ec01a
commit
f794a79852
1 changed files with 4 additions and 0 deletions
|
|
@ -28,6 +28,10 @@
|
||||||
* Add `ExoPlayer.setPauseAtEndOfMediaItems` to let the player pause at the
|
* Add `ExoPlayer.setPauseAtEndOfMediaItems` to let the player pause at the
|
||||||
end of each media item
|
end of each media item
|
||||||
([#5660](https://github.com/google/ExoPlayer/issues/5660)).
|
([#5660](https://github.com/google/ExoPlayer/issues/5660)).
|
||||||
|
* Split `setPlaybackParameter` into `setPlaybackSpeed` and
|
||||||
|
`AudioComponent.setSkipSilenceEnabled` with callbacks
|
||||||
|
`onPlaybackSpeedChanged` and
|
||||||
|
`AudioListener.onSkipSilenceEnabledChanged`.
|
||||||
* Make `MediaSourceEventListener.LoadEventInfo` and
|
* Make `MediaSourceEventListener.LoadEventInfo` and
|
||||||
`MediaSourceEventListener.MediaLoadData` top-level classes.
|
`MediaSourceEventListener.MediaLoadData` top-level classes.
|
||||||
* Rename `MediaCodecRenderer.onOutputFormatChanged` to
|
* Rename `MediaCodecRenderer.onOutputFormatChanged` to
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue