Skip to content

Commit

Permalink
Removing unreleased Audio Offload changes from git
Browse files Browse the repository at this point in the history
  • Loading branch information
tof-tof committed Jun 7, 2023
1 parent 723424a commit b79ee36
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,6 @@ This release includes the following changes since
* Audio:
* Add direct playback support for DTS Express and DTS:X
([#335](https://github.com/androidx/media/pull/335)).
* Audio Offload:
* Add `AudioSink.getFormatOffloadSupport(Format)` that retrieves level of
offload support the sink can provide for the format through a
`DefaultAudioOffloadSupportProvider`. It returns the new
`AudioOffloadSupport` that contains `isFormatSupported`,
`isGaplessSupported`, and `isSpeedChangeSupported`.
* Add `AudioSink.setOffloadMode()` through which the offload configuration
on the audio sink is configured. Default is
`AudioSink.OFFLOAD_MODE_DISABLED`.
* Offload can be enabled through `setAudioOffloadPreference` in
`TrackSelectionParameters`. If the set preference is to enable, the
device supports offload for the format, and the track selection is a
single audio track, then audio offload will be enabled.
* Remove parameter `enableOffload` from
`DefaultRenderersFactory.buildAudioSink` method signature.
* Remove method `DefaultAudioSink.Builder.setOffloadMode`.
* Remove intdef value
`DefaultAudioSink.OffloadMode.OFFLOAD_MODE_ENABLED_GAPLESS_DISABLED`.
* Video:
* Make `MediaCodecVideoRenderer` report a `VideoSize` with a width and
height of 0 when the renderer is disabled.
Expand Down

0 comments on commit b79ee36

Please sign in to comment.