Update release notes to mention AudioOffloadPreference class changes

Issue: androidx/media#721
PiperOrigin-RevId: 572565009
This commit is contained in:
michaelkatz 2023-10-11 07:09:59 -07:00 committed by Copybara-Service
parent c7a091a973
commit cef85be40f

View File

@ -123,6 +123,8 @@ This release includes the following changes since the
* Renamed `onExperimentalSleepingForOffloadChanged` as * Renamed `onExperimentalSleepingForOffloadChanged` as
`onSleepingForOffloadChanged` and `onExperimentalOffloadedPlayback` as `onSleepingForOffloadChanged` and `onExperimentalOffloadedPlayback` as
`onOffloadedPlayback`. `onOffloadedPlayback`.
* Move audio offload mode related `TrackSelectionParameters` interfaces
and definitions to an inner `AudioOffloadPreferences` class.
* Effect: * Effect:
* Changed `frameRate` and `durationUs` parameters of * Changed `frameRate` and `durationUs` parameters of
`VideoFrameProcessor.queueInputBitmap` to `TimestampIterator`. `VideoFrameProcessor.queueInputBitmap` to `TimestampIterator`.