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 fd3836f commit 51ae24eCopy full SHA for 51ae24e
RELEASENOTES.md
@@ -280,7 +280,8 @@ This release includes the following changes since [1.7.1](#171-2025-05-16):
280
([#2357](https://github.com/androidx/media/issues/2357)).
281
* Cast extension:
282
* Add support for `getDeviceVolume()`, `setDeviceVolume()`,
283
- `getDeviceMuted()`, and `setDeviceMuted()`
+ `increaseDeviceVolume()`, `decreaseDeviceVolume()`,
284
+ `isDeviceMuted()`, and `setDeviceMuted()`
285
([#2089](https://github.com/androidx/media/issues/2089)).
286
* Test Utilities:
287
* Removed `transformer.TestUtil.addAudioDecoders(String...)`,
0 commit comments