pub const oboe_AllowedCapturePolicy_None: oboe_AllowedCapturePolicy = 3;
Expand description

Indicates that the audio may not be recorded by any app, even if it is a system app.

It is encouraged to use AllowedCapturePolicy::System instead of this value as system apps provide significant and useful features for the user (eg. accessibility). See ALLOW_CAPTURE_BY_NONE in the AudioAttributes Java API