Package com.google.android.exoplayer2
Annotation Type C.VolumeFlags
-
@Documented @Retention(SOURCE) @Target(TYPE_USE) public static @interface 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: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
.