AVAudioSessionMode

Type Alias AVAudioSessionMode 

Source
pub type AVAudioSessionMode = NSString;
Available on crate feature AVAudioSessionTypes only.
Expand description

Modes modify the audio category in order to introduce behavior that is tailored to the specific use of audio within an application. Available in iOS 5.0 and greater.

See also Apple’s documentation

Aliased Type§

#[repr(C)]
pub struct AVAudioSessionMode { /* private fields */ }