AudioManagerCompat.AudioFocusGain
Artifact: androidx.media3:media3-common
@Documented
@Retention(value = RetentionPolicy.SOURCE)
@Target(value = TYPE_USE)
@IntDef(value = )
annotation AudioManagerCompat.AudioFocusGain
Audio focus gain types. One of AUDIOFOCUS_NONE
, AUDIOFOCUS_GAIN
, AUDIOFOCUS_GAIN_TRANSIENT
, AUDIOFOCUS_GAIN_TRANSIENT_MAY_DUCK
or AUDIOFOCUS_GAIN_TRANSIENT_EXCLUSIVE
.