This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::MediaLive::Channel RemixSettings
The settings for remixing audio in the output.
The parent of this entity is AudioDescription.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "ChannelMappings" :[ AudioChannelMapping, ... ], "ChannelsIn" :Integer, "ChannelsOut" :Integer}
YAML
ChannelMappings:- AudioChannelMappingChannelsIn:IntegerChannelsOut:Integer
Properties
ChannelMappings- 
                    
A mapping of input channels to output channels, with appropriate gain adjustments.
Required: No
Type: Array of AudioChannelMapping
Update requires: No interruption
 ChannelsIn- 
                    
The number of input channels to be used.
Required: No
Type: Integer
Update requires: No interruption
 ChannelsOut- 
                    
The number of output channels to be produced. Valid values: 1, 2, 4, 6, 8.
Required: No
Type: Integer
Update requires: No interruption