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 AWS 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