AudioDeviceType

public enum AudioDeviceType : Int

AudioDeviceType enum represents the different types of an audio device.

  • Undocumented

    Declaration

    Swift

    case Unknown = 0
  • Unknown.

    Declaration

    Swift

    case Microphone = 1
  • Microphone.

    Declaration

    Swift

    case Earpiece = 2
  • Earpiece.

    Declaration

    Swift

    case Speaker = 3
  • Speaker.

    Declaration

    Swift

    case Bluetooth = 4
  • Bluetooth.

    Declaration

    Swift

    case BluetoothA2DP = 5
  • Bluetooth A2DP.

    Declaration

    Swift

    case Telephony = 6
  • Telephony.

    Declaration

    Swift

    case AuxLine = 7
  • AuxLine.

    Declaration

    Swift

    case GenericUsb = 8
  • GenericUsb.

    Declaration

    Swift

    case Headset = 9
  • Headset.

    Declaration

    Swift

    case Headphones = 10