Loudness
public struct Loudness : XMLRepresentable
Undocumented
-
The amount of the loudness adjustment.
Declaration
Swift
public var amount: Double -
The uniformity of the loudness adjustment.
Declaration
Swift
public var uniformity: Double -
Initializes a new loudness adjustment.
Declaration
Swift
public init(amount: Double, uniformity: Double)Parameters
amountThe amount of the loudness adjustment.
uniformityThe uniformity of the loudness adjustment.
Loudness Structure Reference