RemixSettings
public struct RemixSettings : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Mapping of input channels to output channels, with appropriate gain adjustments.
Declaration
Swift
public let channelMappings: [AudioChannelMapping]
-
Number of input channels to be used.
Declaration
Swift
public let channelsIn: Int?
-
Number of output channels to be produced. Valid values: 1, 2, 4, 6, 8
Declaration
Swift
public let channelsOut: Int?
-
Undocumented
Declaration
Swift
public init(channelMappings: [AudioChannelMapping], channelsIn: Int? = nil, channelsOut: Int? = nil)
-
Declaration
Swift
public func validate(name: String) throws