AWS::MediaLive::Channel AudioSelectorSettings
Information about the audio to extract from the input.
The parent of this entity is AudioSelector.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AudioHlsRenditionSelection" :
AudioHlsRenditionSelection
, "AudioLanguageSelection" :AudioLanguageSelection
, "AudioPidSelection" :AudioPidSelection
, "AudioTrackSelection" :AudioTrackSelection
}
YAML
AudioHlsRenditionSelection:
AudioHlsRenditionSelection
AudioLanguageSelection:AudioLanguageSelection
AudioPidSelection:AudioPidSelection
AudioTrackSelection:AudioTrackSelection
Properties
AudioHlsRenditionSelection
-
Selector for HLS audio rendition.
Required: No
Type: AudioHlsRenditionSelection
Update requires: No interruption
AudioLanguageSelection
-
The language code of the audio to select.
Required: No
Type: AudioLanguageSelection
Update requires: No interruption
AudioPidSelection
-
The PID of the audio to select.
Required: No
Type: AudioPidSelection
Update requires: No interruption
AudioTrackSelection
-
Information about the audio track to extract.
Required: No
Type: AudioTrackSelection
Update requires: No interruption