diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 2ba8ad8116..7afec9d927 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -104,6 +104,8 @@ This release includes the following changes since the * Renamed `onExperimentalSleepingForOffloadChanged` as `onSleepingForOffloadChanged` and `onExperimentalOffloadedPlayback` as `onOffloadedPlayback`. + * Move audio offload mode related `TrackSelectionParameters` interfaces + and definitions to an inner `AudioOffloadPreferences` class. * Effect: * Changed `frameRate` and `durationUs` parameters of `VideoFrameProcessor.queueInputBitmap` to `TimestampIterator`.