Update release notes to mention AudioOffloadPreference class changes

Issue: androidx/media#721
PiperOrigin-RevId: 572565009
(cherry picked from commit cef85be40f11f129f38bb19438721236c164c9bf)
This commit is contained in:
michaelkatz 2023-10-11 07:09:59 -07:00 committed by Rohit Singh
parent de3eb672a5
commit ec21b9e634

View File

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