PlanetKitAudioDeviceType

@objc
@frozen
public enum PlanetKitAudioDeviceType : Int
extension PlanetKitAudioDeviceType: CustomStringConvertible

An enumeration representing the types of audio devices.

  • mic

    Represents a microphone device.

    Declaration

    Swift

    case mic
  • spk

    Represents a speaker device.

    Declaration

    Swift

    case spk

CustomStringConvertible

  • A textual representation of the audio device type.

    Declaration

    Swift

    public var description: String { get }