Compensation
public struct Compensation : Codable, Equatable
Compensation applied by each preset of the upDown bundle.
-
Compensation applied by the
uppreset, if the bundle provides one.Declaration
Swift
public let up: EarLevels? -
Compensation applied by the
defaultpreset.Declaration
Swift
public let `default`: EarLevels -
Compensation applied by the
downpreset, if the bundle provides one.Declaration
Swift
public let down: EarLevels?
Compensation Structure Reference