AWS::MediaLive::Channel WavSettings - 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 WavSettings

The setup of WAV audio in the output.

The parent of this entity is AudioCodecSettings.

Syntax

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

JSON

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

YAML

BitDepth: Number CodingMode: String SampleRate: Number

Properties

BitDepth

Bits per sample.

Required: No

Type: Number

Update requires: No interruption

CodingMode

The audio coding mode for the WAV audio. The mode determines the number of channels in the audio.

Required: No

Type: String

Update requires: No interruption

SampleRate

Sample rate in Hz.

Required: No

Type: Number

Update requires: No interruption