AVAudioSessionMicrophoneInjectionIsAvailableKey

Static AVAudioSessionMicrophoneInjectionIsAvailableKey 

Source
pub unsafe static AVAudioSessionMicrophoneInjectionIsAvailableKey: Option<&'static NSString>
Available on crate feature AVAudioSessionTypes only.
Expand description

Keys for AVAudioSessionMicrophoneInjectionCapabilitiesChangeNotification

Indicates if microphone injection is available. Value is an NSNumber whose boolean value indicates if microphone injection is available.

See also Apple’s documentation