AWS::MediaLive::Channel Mp2Settings - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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 Mp2Settings

The configuration for this MP2 audio.

The parent of this entity is AudioCodecSettings.

Syntax

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

JSON

{ "Bitrate" : Number, "CodingMode" : String, "SampleRate" : Number }

YAML

Bitrate: Number CodingMode: String SampleRate: Number

Properties

Bitrate

The average bitrate in bits/second.

Required: No

Type: Number

Update requires: No interruption

CodingMode

The MPEG2 Audio coding mode. Valid values are codingMode10 (for mono) or codingMode20 (for stereo).

Required: No

Type: String

Update requires: No interruption

SampleRate

The sample rate in Hz.

Required: No

Type: Number

Update requires: No interruption