PlayThroughDestination

public struct PlayThroughDestination
extension AudioDevice.PlayThroughDestination: CustomDebugStringConvertible

A play-through destination for an audio device

  • Returns the owning audio device

    Declaration

    Swift

    public let device: AudioDevice
  • id

    Returns the play-through destination ID

    Declaration

    Swift

    public let id: UInt32
  • Returns the play-through destination name

    Declaration

    Swift

    public func name() throws -> String

Audio Device Properties Implemented by Audio Controls

  • Declaration

    Swift

    public var debugDescription: String { get }