AudioChannelMapping
public struct AudioChannelMapping : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Indices and gain values for each input channel that should be remixed into this output channel.
Declaration
Swift
public let inputChannelLevels: [InputChannelLevel]
-
The index of the output channel being produced.
Declaration
Swift
public let outputChannel: Int
-
Undocumented
Declaration
Swift
public init(inputChannelLevels: [InputChannelLevel], outputChannel: Int)
-
Declaration
Swift
public func validate(name: String) throws