AWS::MediaLive::Channel Mp2Settings - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::MediaLive::Channel Mp2Settings

The configuration for this MP2 audio.

The parent of this entity is AudioCodecSettings.

Syntax

To declare this entity in your Amazon 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