AWS::MediaLive::Channel Mp2Settings - AWS CloudFormation

AWS::MediaLive::Channel Mp2Settings

The configuration for this MP2 audio.

The parent of this entity is AudioCodecSettings.

Syntax

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