mirror of
https://github.com/androidx/media.git
synced 2025-04-29 22:36:54 +08:00
Add missing isDeviceMuted to EVENT_DEVICE_VOLUME_CHANGED docs
PiperOrigin-RevId: 745591130
This commit is contained in:
parent
1b3658e357
commit
c5b6489d5d
@ -1623,7 +1623,7 @@ public interface Player {
|
||||
/** {@link #getDeviceInfo()} changed. */
|
||||
int EVENT_DEVICE_INFO_CHANGED = 29;
|
||||
|
||||
/** {@link #getDeviceVolume()} changed. */
|
||||
/** {@link #getDeviceVolume()} or {@link #isDeviceMuted()} changed. */
|
||||
int EVENT_DEVICE_VOLUME_CHANGED = 30;
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user