We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcacfc7 commit b25c0c3Copy full SHA for b25c0c3
RELEASENOTES.md
@@ -86,8 +86,11 @@
86
* Leanback extension:
87
* Cast extension:
88
* Add support for `getDeviceVolume()`, `setDeviceVolume()`,
89
- `getDeviceMuted()`, and `setDeviceMuted()`
+ `increaseDeviceVolume()`, `decreaseDeviceVolume()`,
90
+ `isDeviceMuted()`, and `setDeviceMuted()`
91
([#2089](https://github.com/androidx/media/issues/2089)).
92
+ * Add support for `setVolume()`, and `getVolume()`
93
+ ([#2279](https://github.com/androidx/media/pull/2279)).
94
* Test Utilities:
95
* Removed `transformer.TestUtil.addAudioDecoders(String...)`,
96
`transformer.TestUtil.addAudioEncoders(String...)`, and
0 commit comments