AWS::MediaLive::Channel RemixSettings - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 }

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