C.AudioAllowedCapturePolicy
Artifact: androidx.media3:media3-common
@Documented
@Retention(value = RetentionPolicy.SOURCE)
@Target(value = )
@IntDef(value = )
public annotation C.AudioAllowedCapturePolicy
Capture policies for audio attributes. One of ALLOW_CAPTURE_BY_ALL
, ALLOW_CAPTURE_BY_NONE
or ALLOW_CAPTURE_BY_SYSTEM
.