Skip to content

Commit b79ee36

Browse files
committed
Removing unreleased Audio Offload changes from git
1 parent 723424a commit b79ee36

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

RELEASENOTES.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -20,24 +20,6 @@ This release includes the following changes since
2020
* Audio:
2121
* Add direct playback support for DTS Express and DTS:X
2222
([#335](https://github.com/androidx/media/pull/335)).
23-
* Audio Offload:
24-
* Add `AudioSink.getFormatOffloadSupport(Format)` that retrieves level of
25-
offload support the sink can provide for the format through a
26-
`DefaultAudioOffloadSupportProvider`. It returns the new
27-
`AudioOffloadSupport` that contains `isFormatSupported`,
28-
`isGaplessSupported`, and `isSpeedChangeSupported`.
29-
* Add `AudioSink.setOffloadMode()` through which the offload configuration
30-
on the audio sink is configured. Default is
31-
`AudioSink.OFFLOAD_MODE_DISABLED`.
32-
* Offload can be enabled through `setAudioOffloadPreference` in
33-
`TrackSelectionParameters`. If the set preference is to enable, the
34-
device supports offload for the format, and the track selection is a
35-
single audio track, then audio offload will be enabled.
36-
* Remove parameter `enableOffload` from
37-
`DefaultRenderersFactory.buildAudioSink` method signature.
38-
* Remove method `DefaultAudioSink.Builder.setOffloadMode`.
39-
* Remove intdef value
40-
`DefaultAudioSink.OffloadMode.OFFLOAD_MODE_ENABLED_GAPLESS_DISABLED`.
4123
* Video:
4224
* Make `MediaCodecVideoRenderer` report a `VideoSize` with a width and
4325
height of 0 when the renderer is disabled.

0 commit comments

Comments
 (0)