AWS::MediaLive::Channel AudioSelector
Information about one audio to extract from the input.
The parent of this entity is InputSettings.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Name" :
String
, "SelectorSettings" :AudioSelectorSettings
}
YAML
Name:
String
SelectorSettings:AudioSelectorSettings
Properties
Name
-
A name for this AudioSelector.
Required: No
Type: String
Update requires: No interruption
SelectorSettings
-
Information about the specific audio to extract from the input.
Required: No
Type: AudioSelectorSettings
Update requires: No interruption