View a markdown version of this page

AWS::MediaLive::Channel AudioDolbyEDecode - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS 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 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