Mention moving skipSilence in release note

Issue: #7939
PiperOrigin-RevId: 332838586
This commit is contained in:
bachinger 2020-09-21 14:38:09 +01:00 committed by Oliver Woodman
parent a15d01d36f
commit 9acf1e8d10

View File

@ -39,6 +39,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.