AWS::MediaLive::Channel InputChannelLevel
The setting to remix the audio.
The parent of this entity is AudioChannelMappings.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Gain" :
Integer
, "InputChannel" :Integer
}
YAML
Gain:
Integer
InputChannel:Integer
Properties
Gain
-
The remixing value. Units are in dB, and acceptable values are within the range from -60 (mute) to 6 dB.
Required: No
Type: Integer
Update requires: No interruption
InputChannel
-
The index of the input channel that is used as a source.
Required: No
Type: Integer
Update requires: No interruption