docs/doc/reference/com/google/android/exoplayer2/C.VolumeFlags.html
Package com.google.android.exoplayer2
[@Documented](https://developer.android.com/reference/java/lang/annotation/Documented.html "class or interface in java.lang.annotation")[@Retention](https://developer.android.com/reference/java/lang/annotation/Retention.html "class or interface in java.lang.annotation")([SOURCE](https://developer.android.com/reference/java/lang/annotation/RetentionPolicy.html?is-external=true#SOURCE "class or interface in java.lang.annotation"))[@Target](https://developer.android.com/reference/java/lang/annotation/Target.html "class or interface in java.lang.annotation")([TYPE\_USE](https://developer.android.com/reference/java/lang/annotation/ElementType.html?is-external=true#TYPE_USE "class or interface in java.lang.annotation"))
public static @interfaceC.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: C.VOLUME_FLAG_SHOW_UI, C.VOLUME_FLAG_ALLOW_RINGER_MODES, C.VOLUME_FLAG_PLAY_SOUND, C.VOLUME_FLAG_REMOVE_SOUND_AND_VIBRATE, C.VOLUME_FLAG_VIBRATE.