Panner
public struct Panner : XMLRepresentable
Undocumented
-
The parameters associated with the panner adjustment.
Declaration
Swift
public var parameters: [Parameter] -
The mode of the panner adjustment.
Declaration
Swift
public var mode: String? -
The amount of the panner adjustment.
Declaration
Swift
public var amount: Double { get set } -
The original decode mix of the panner adjustment.
Declaration
Swift
public var originalDecodedMix: Double? -
The ambient direct mix of the panner adjustment.
Declaration
Swift
public var ambientDirectMix: Double? -
The surround width of the panner adjustment.
Declaration
Swift
public var surroundWidth: Double? -
The left right mix of the panner adjustment.
Declaration
Swift
public var leftRightMix: Double? -
The front back mix of the panner adjustment.
Declaration
Swift
public var frontBackMix: Double? -
The LFE balance of the panner adjustment.
Declaration
Swift
public var lfeBalance: Double? -
The rotation of the panner adjustment.
Declaration
Swift
public var rotation: Double? -
The stereo spread of the panner adjustment.
Declaration
Swift
public var stereoSpread: Double? -
The attenuate collapse mix of the panner adjustment.
Declaration
Swift
public var attenuateCollapseMix: Double? -
The center balance of the panner adjustment.
Declaration
Swift
public var centerBalance: Double? -
Initializes a new panner adjustment.
Declaration
Swift
public init(mode: String? = nil, amount: Double = 0)Parameters
modeThe mode of the panner adjustment.
amountThe amount of the panner adjustment.
Panner Structure Reference