Add missing isDeviceMuted to EVENT_DEVICE_VOLUME_CHANGED docs

PiperOrigin-RevId: 745591130
This commit is contained in:
aquilescanta 2025-04-09 08:03:10 -07:00 committed by Copybara-Service
parent 1b3658e357
commit c5b6489d5d

View File

@ -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;
/**