We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 507c2e7 commit 38ff838Copy full SHA for 38ff838
RELEASENOTES.md
@@ -258,7 +258,8 @@ This release includes the following changes since [1.7.1](#171-2025-05-16):
258
([#2357](https://github.com/androidx/media/issues/2357)).
259
* Cast extension:
260
* Add support for `getDeviceVolume()`, `setDeviceVolume()`,
261
- `getDeviceMuted()`, and `setDeviceMuted()`
+ `increaseDeviceVolume()`, `decreaseDeviceVolume()`,
262
+ `isDeviceMuted()`, and `setDeviceMuted()`
263
([#2089](https://github.com/androidx/media/issues/2089)).
264
* Test Utilities:
265
* Removed `transformer.TestUtil.addAudioDecoders(String...)`,
0 commit comments