pub const oboe_AllowedCapturePolicy_System: oboe_AllowedCapturePolicy = 2;
Expand description

Indicates that the audio may only be captured by system apps.

System apps can capture for many purposes like accessibility, user guidance… but have strong restriction. See ALLOW_CAPTURE_BY_SYSTEM in the AudioAttributes Java API for what the system apps can do with the capture audio.