AWS::MediaLive::Channel AudioDescription
The encoding information for one output audio.
The parent of this entity is EncoderSettings.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AudioDashRoles" :
[ String, ... ]
, "AudioNormalizationSettings" :AudioNormalizationSettings
, "AudioSelectorName" :String
, "AudioType" :String
, "AudioTypeControl" :String
, "AudioWatermarkingSettings" :AudioWatermarkSettings
, "CodecSettings" :AudioCodecSettings
, "DvbDashAccessibility" :String
, "LanguageCode" :String
, "LanguageCodeControl" :String
, "Name" :String
, "RemixSettings" :RemixSettings
, "StreamName" :String
}
YAML
AudioDashRoles:
- String
AudioNormalizationSettings:AudioNormalizationSettings
AudioSelectorName:String
AudioType:String
AudioTypeControl:String
AudioWatermarkingSettings:AudioWatermarkSettings
CodecSettings:AudioCodecSettings
DvbDashAccessibility:String
LanguageCode:String
LanguageCodeControl:String
Name:String
RemixSettings:RemixSettings
StreamName:String
Properties
AudioDashRoles
Property description not available.
Required: No
Type: Array of String
Update requires: No interruption
AudioNormalizationSettings
-
The advanced audio normalization settings.
Required: No
Type: AudioNormalizationSettings
Update requires: No interruption
AudioSelectorName
-
The name of the AudioSelector that is used as the source for this AudioDescription.
Required: No
Type: String
Update requires: No interruption
AudioType
-
Applies only if audioTypeControl is useConfigured. The values for audioType are defined in ISO-IEC 13818-1.
Required: No
Type: String
Update requires: No interruption
AudioTypeControl
-
Determines how audio type is determined. followInput: If the input contains an ISO 639 audioType, then that value is passed through to the output. If the input contains no ISO 639 audioType, the value in Audio Type is included in the output. useConfigured: The value in Audio Type is included in the output. Note that this field and audioType are both ignored if inputType is broadcasterMixedAd.
Required: No
Type: String
Update requires: No interruption
AudioWatermarkingSettings
-
Settings to configure one or more solutions that insert audio watermarks in the audio encode
Required: No
Type: AudioWatermarkSettings
Update requires: No interruption
CodecSettings
-
The audio codec settings.
Required: No
Type: AudioCodecSettings
Update requires: No interruption
DvbDashAccessibility
Property description not available.
Required: No
Type: String
Update requires: No interruption
LanguageCode
-
Indicates the language of the audio output track. Used only if languageControlMode is useConfigured, or there is no ISO 639 language code specified in the input.
Required: No
Type: String
Update requires: No interruption
LanguageCodeControl
-
Choosing followInput causes the ISO 639 language code of the output to follow the ISO 639 language code of the input. The languageCode setting is used when useConfigured is set, or when followInput is selected but there is no ISO 639 language code specified by the input.
Required: No
Type: String
Update requires: No interruption
Name
-
The name of this AudioDescription. Outputs use this name to uniquely identify this AudioDescription. Description names should be unique within this channel.
Required: No
Type: String
Update requires: No interruption
RemixSettings
-
The settings that control how input audio channels are remixed into the output audio channels.
Required: No
Type: RemixSettings
Update requires: No interruption
StreamName
-
Used for Microsoft Smooth and Apple HLS outputs. Indicates the name displayed by the player (for example, English or Director Commentary).
Required: No
Type: String
Update requires: No interruption