From cef85be40f11f129f38bb19438721236c164c9bf Mon Sep 17 00:00:00 2001 From: michaelkatz Date: Wed, 11 Oct 2023 07:09:59 -0700 Subject: [PATCH] Update release notes to mention AudioOffloadPreference class changes Issue: androidx/media#721 PiperOrigin-RevId: 572565009 --- RELEASENOTES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index b14ccd1aa1..7ed4a03e29 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -123,6 +123,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`.