Skip to content

Commit 38ff838

Browse files
committed
Fix methods name implemented for Cast volume management
1 parent 507c2e7 commit 38ff838

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
@@ -258,7 +258,8 @@ This release includes the following changes since [1.7.1](#171-2025-05-16):
258258
([#2357](https://github.com/androidx/media/issues/2357)).
259259
* Cast extension:
260260
* Add support for `getDeviceVolume()`, `setDeviceVolume()`,
261-
`getDeviceMuted()`, and `setDeviceMuted()`
261+
`increaseDeviceVolume()`, `decreaseDeviceVolume()`,
262+
`isDeviceMuted()`, and `setDeviceMuted()`
262263
([#2089](https://github.com/androidx/media/issues/2089)).
263264
* Test Utilities:
264265
* Removed `transformer.TestUtil.addAudioDecoders(String...)`,

0 commit comments

Comments
 (0)