AudioSessionInputRouteKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The available audio input sources on the device.
public enum AudioSessionInputRouteKind
type AudioSessionInputRouteKind =
- Inheritance
-
AudioSessionInputRouteKind
Fields
Name | Value | Description |
---|---|---|
None | 0 | No input device. |
LineIn | 1 | Line input |
BuiltInMic | 2 | The built-in microphone (this device is not available on iPod touch devices for example). |
HeadsetMic | 3 | Headset based microphone |
BluetoothHFP | 4 | Bluetooth based microphone |
USBAudio | 5 | Microphone connected through USB (connected either throught the Lightning or 30-pin ports). |