Skip to content

Commit 02f53aa

Browse files
committed
Fix methods name implemented for Cast volume management
1 parent 01beb69 commit 02f53aa

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
@@ -244,7 +244,8 @@ This release includes the following changes since [1.7.1](#171-2025-05-16):
244244
([#2357](https://github.com/androidx/media/issues/2357)).
245245
* Cast extension:
246246
* Add support for `getDeviceVolume()`, `setDeviceVolume()`,
247-
`getDeviceMuted()`, and `setDeviceMuted()`
247+
`increaseDeviceVolume()`, `decreaseDeviceVolume()`,
248+
`isDeviceMuted()`, and `setDeviceMuted()`
248249
([#2089](https://github.com/androidx/media/issues/2089)).
249250
* Test Utilities:
250251
* Removed `transformer.TestUtil.addAudioDecoders(String...)`,

0 commit comments

Comments
 (0)