This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::MediaLive::Channel AudioDolbyEDecode
Configure decoding options for Dolby E streams - these should be Dolby E frames carried in PCM streams tagged with SMPTE-337.
The parent of this entity is AudioTrackSelection.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "ProgramSelection" :String}
YAML
ProgramSelection:String
Properties
ProgramSelection-
Required. Applies only to Dolby E. Enter the program ID (according to the metadata in the audio) of the Dolby E program to extract from the specified track. One program extracted per audio selector. To select multiple programs, create multiple selectors with the same Track and different Program numbers. "All channels" means to ignore the program IDs and include all the channels in this selector; useful if metadata is known to be incorrect.
Required: No
Type: String
Update requires: No interruption