C.VolumeFlags
Artifact: androidx.media3:media3-common
@Documented
@Retention(value = RetentionPolicy.SOURCE)
@Target(value = )
@IntDef(flag = true, value = )
annotation C.VolumeFlags
Volume flags to be used when setting or adjusting device volume. The value can be either 0 or a combination of the following flags: VOLUME_FLAG_SHOW_UI
, VOLUME_FLAG_ALLOW_RINGER_MODES
, VOLUME_FLAG_PLAY_SOUND
, VOLUME_FLAG_REMOVE_SOUND_AND_VIBRATE
, VOLUME_FLAG_VIBRATE
.