AWS::MediaLive::Channel WavSettings - AWS CloudFormation

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 WavSettings

The setup of WAV audio in the output.

The parent of this entity is AudioCodecSettings.

Syntax

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