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 (cherry picked from commit c5b6489d5d6eb206f34b2e11c32ecb34c4ca7d49)
This commit is contained in:
parent
5b4ca08ca0
commit
b16f9fc4ec
@ -1613,7 +1613,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