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 26bb5b5 commit a48b175Copy full SHA for a48b175
RELEASENOTES.md
@@ -91,8 +91,11 @@
91
* Leanback extension:
92
* Cast extension:
93
* Add support for `getDeviceVolume()`, `setDeviceVolume()`,
94
- `getDeviceMuted()`, and `setDeviceMuted()`
+ `increaseDeviceVolume()`, `decreaseDeviceVolume()`,
95
+ `isDeviceMuted()`, and `setDeviceMuted()`
96
([#2089](https://github.com/androidx/media/issues/2089)).
97
+ * Add support for `setVolume()`, and `getVolume()`
98
+ ([#2279](https://github.com/androidx/media/pull/2279)).
99
* Test Utilities:
100
* Removed `transformer.TestUtil.addAudioDecoders(String...)`,
101
`transformer.TestUtil.addAudioEncoders(String...)`, and
0 commit comments