

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](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::MediaLive::Channel AudioDolbyEDecode
<a name="aws-properties-medialive-channel-audiodolbyedecode"></a>

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
<a name="aws-properties-medialive-channel-audiodolbyedecode-syntax"></a>

To declare this entity in your Amazon CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-channel-audiodolbyedecode-syntax.json"></a>

```
{
  "[ProgramSelection](#cfn-medialive-channel-audiodolbyedecode-programselection)" : {{String}}
}
```

### YAML
<a name="aws-properties-medialive-channel-audiodolbyedecode-syntax.yaml"></a>

```
  [ProgramSelection](#cfn-medialive-channel-audiodolbyedecode-programselection): {{String}}
```

## Properties
<a name="aws-properties-medialive-channel-audiodolbyedecode-properties"></a>

`ProgramSelection`  <a name="cfn-medialive-channel-audiodolbyedecode-programselection"></a>
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](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)