Enum AudioDeviceType
AudioDeviceType enum represents the different types of an audio device.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public enum AudioDeviceType
Fields
| Name | Description |
|---|---|
| AuxLine | Telephony.
|
| Bluetooth | Speaker.
|
| BluetoothA2DP | Bluetooth.
|
| Earpiece | Microphone.
|
| GenericUsb | AuxLine.
|
| Headphones | Headset.
|
| Headset | GenericUsb.
|
| HearingAid | Headphones.
|
| Microphone | Unknown.
|
| Speaker | Earpiece.
|
| Telephony | Bluetooth A2DP.
|
| Unknown |
|