HumReduction

public struct HumReduction : XMLRepresentable

Undocumented

  • Specifies the possible frequencies of a hum reduction adjustment.

    Declaration

    Swift

    public enum Frequency : String, Codable
  • The frequency of the hum reduction.

    Declaration

    Swift

    public var frequency: Frequency
  • Initializes a new hum reduction adjustment.

    Declaration

    Swift

    public init(frequency: Frequency)

    Parameters

    frequency

    The frequency of the hum reduction.