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 AudioPid
Contains the packet identifier (PID) value and optional pre-mixer settings for a single audio stream within a source.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "DolbyEDecode" :AudioDolbyEDecode, "Pid" :Integer, "PremixSettings" :AudioPreMixerSettings}
YAML
DolbyEDecode:AudioDolbyEDecodePid:IntegerPremixSettings:AudioPreMixerSettings
Properties
DolbyEDecodeProperty description not available.
Required: No
Type: AudioDolbyEDecode
Update requires: No interruption
Pid-
The packet identifier (PID) value from within the source.
Required: No
Type: Integer
Update requires: No interruption
PremixSettings-
The optional audio pre-mixer settings for this PID. When specified, the service applies channel remixing, gain adjustment, and loudness normalization to this PID before interleaving.
Required: No
Type: AudioPreMixerSettings
Update requires: No interruption