mirror of
https://github.com/samsonjs/media.git
synced 2026-03-30 10:15:48 +00:00
Mention moving skipSilence in release note
Issue: #7939 PiperOrigin-RevId: 332838586
This commit is contained in:
parent
cf3e61ae6f
commit
2f21b10442
1 changed files with 3 additions and 0 deletions
|
|
@ -49,6 +49,9 @@
|
|||
* Deprecate `EventListener.onSeekProcessed` because seek changes now
|
||||
happen instantly and listening to `onPositionDiscontinuity` is
|
||||
sufficient.
|
||||
* Split off `skipSilence' from `PlaybackParameter` and move it
|
||||
to `AudioComponent.setSkipSilenceEnabled` with callback
|
||||
`AudioListener.onSkipSilenceEnabledChanged`.
|
||||
* `ExoPlayer`:
|
||||
* Add `setMediaSource(s)` and `addMediaSource(s)` to `ExoPlayer`, for
|
||||
adding `MediaSource` instances directly to the playlist.
|
||||
|
|
|
|||
Loading…
Reference in a new issue