ChannelNominalLineLevel
public struct ChannelNominalLineLevel
extension AudioDevice.ChannelNominalLineLevel: CustomDebugStringConvertible
A channel nominal line level for an audio device
-
Returns the owning audio device
Declaration
Swift
public let device: AudioDevice
-
Returns the channel nominal line level scope
Declaration
Swift
public let scope: PropertyScope
-
Returns the channel nominal line level ID
Declaration
Swift
public let id: UInt32
-
Returns the channel nominal line level name
Declaration
Swift
public func name() throws -> String
-
Declaration
Swift
public var debugDescription: String { get }