Compensation

public struct Compensation : Codable, Equatable

Compensation applied by each preset of the upDown bundle.

  • up

    Compensation applied by the up preset, if the bundle provides one.

    Declaration

    Swift

    public let up: EarLevels?
  • Compensation applied by the default preset.

    Declaration

    Swift

    public let `default`: EarLevels
  • Compensation applied by the down preset, if the bundle provides one.

    Declaration

    Swift

    public let down: EarLevels?