Constant oboe_sys::oboe_AllowedCapturePolicy_All
source · pub const oboe_AllowedCapturePolicy_All: oboe_AllowedCapturePolicy = 1;
Expand description
Indicates that the audio may be captured by any app.
For privacy, the following Usages can not be recorded: VoiceCommunication*, Notification*, Assistance* and Assistant.
On Android Q, only Usage::Game and Usage::Media may be captured.
See ALLOW_CAPTURE_BY_ALL in the AudioAttributes Java API.