Type Alias oboe_PrivacySensitiveMode

Source
pub type oboe_PrivacySensitiveMode = i32;
Expand description

The PrivacySensitiveMode attribute determines whether an input stream can be shared with another privileged app, for example the Assistant.

This allows to override the default behavior tied to the audio source (e.g InputPreset::VoiceCommunication is private by default but InputPreset::Unprocessed is not).