PlanetKitAudioRoute

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

An enumeration representing the audio route options in PlanetKit.

  • The audio is routed to the built-in handset.

    Declaration

    Swift

    case builtInHandset
  • The audio is routed to the built-in speakerphone.

    Declaration

    Swift

    case builtInSpeakerphone
  • The audio is routed to an external headset.

    Declaration

    Swift

    case externalHeadset

CustomStringConvertible

  • A textual representation of the audio route.

    Declaration

    Swift

    public var description: String { get }