pub unsafe static kAudioSessionInputRoute_LineIn: Option<&'static CFString>👎Deprecated: no longer supported
Available on crate features
AudioSession and objc2-core-foundation only.Expand description
These are the strings used with the kAudioSession_AudioRouteKey_Type key for the CFDictionary associated with kAudioSession_AudioRouteKey_Inputs. Available in iOS 5.0 or greater
A line in input
A built-in microphone input. (Note that some devices like early iPods do not have this input)
A microphone that is part of a headset (combined microphone and headphones)
A microphone that is part of a Bluetooth Hands-Free Profile device
A Universal Serial Bus input
See also Apple’s documentation