C.AudioFlags
Artifact: androidx.media3:media3-common
@Documented
@Retention(value = RetentionPolicy.SOURCE)
@Target(value = )
@IntDef(flag = true, value = )
public annotation C.AudioFlags
Flags for audio attributes. Possible flag value is FLAG_AUDIBILITY_ENFORCED
.
Note that FLAG_HW_AV_SYNC
is not available because the player takes care of setting the flag when tunneling is enabled via a track selector.