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
-
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
-
Declaration
Swift
public var debugDescription: String { get }