Skip to content

Commit 51ae24e

Browse files
committed
Fix methods name implemented for Cast volume management
1 parent fd3836f commit 51ae24e

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
@@ -280,7 +280,8 @@ This release includes the following changes since [1.7.1](#171-2025-05-16):
280280
([#2357](https://github.com/androidx/media/issues/2357)).
281281
* Cast extension:
282282
* Add support for `getDeviceVolume()`, `setDeviceVolume()`,
283-
`getDeviceMuted()`, and `setDeviceMuted()`
283+
`increaseDeviceVolume()`, `decreaseDeviceVolume()`,
284+
`isDeviceMuted()`, and `setDeviceMuted()`
284285
([#2089](https://github.com/androidx/media/issues/2089)).
285286
* Test Utilities:
286287
* Removed `transformer.TestUtil.addAudioDecoders(String...)`,

0 commit comments

Comments
 (0)