Skip to content

Commit dd530eb

Browse files
committed
Fix methods name implemented for Cast volume management
1 parent 7d725ed commit dd530eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

RELEASENOTES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,8 @@ This release includes the following changes since [1.7.1](#171-2025-05-16):
356356
([#2357](https://github.com/androidx/media/issues/2357)).
357357
* Cast extension:
358358
* Add support for `getDeviceVolume()`, `setDeviceVolume()`,
359-
`getDeviceMuted()`, and `setDeviceMuted()`
359+
`increaseDeviceVolume()`, `decreaseDeviceVolume()`,
360+
`isDeviceMuted()`, and `setDeviceMuted()`
360361
([#2089](https://github.com/androidx/media/issues/2089)).
361362
* Test Utilities:
362363
* Removed `transformer.TestUtil.addAudioDecoders(String...)`,

0 commit comments

Comments
 (0)