AudioDeviceType
public enum AudioDeviceType : Int
AudioDeviceType enum represents the different types of an audio device.
-
Unknown.
Declaration
Swift
case Unknown = 0 -
Microphone.
Declaration
Swift
case Microphone = 1 -
Earpiece.
Declaration
Swift
case Earpiece = 2 -
Speaker.
Declaration
Swift
case Speaker = 3 -
Bluetooth.
Declaration
Swift
case Bluetooth = 4 -
Bluetooth A2DP.
Declaration
Swift
case BluetoothA2DP = 5 -
Telephony.
Declaration
Swift
case Telephony = 6 -
AuxLine.
Declaration
Swift
case AuxLine = 7 -
GenericUsb.
Declaration
Swift
case GenericUsb = 8 -
Headset.
Declaration
Swift
case Headset = 9 -
Headphones.
Declaration
Swift
case Headphones = 10 -
Hearing Aid.
Declaration
Swift
case HearingAid = 11
AudioDeviceType Enumeration Reference