HighPassFilterSetting

public struct HighPassFilterSetting
extension AudioDevice.HighPassFilterSetting: CustomDebugStringConvertible

A high-pass filter setting for an audio device

  • Returns the owning audio device

    Declaration

    Swift

    public let device: AudioDevice
  • Returns the high-pass filter setting scope

    Declaration

    Swift

    public let scope: PropertyScope
  • id

    Returns the high-pass filter setting ID

    Declaration

    Swift

    public let id: UInt32
  • Returns the high-pass filter setting name

    Declaration

    Swift

    public func name() throws -> String

Audio Device Properties Implemented by Audio Controls

  • Declaration

    Swift

    public var debugDescription: String { get }