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
  • id

    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

Audio Device Properties Implemented by Audio Controls

  • Declaration

    Swift

    public var debugDescription: String { get }