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" :
Double
, "CodingMode" :String
, "SampleRate" :Double
}
YAML
BitDepth:
Double
CodingMode:String
SampleRate:Double
Properties
BitDepth
-
Bits per sample.
Required: No
Type: Double
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: Double
Update requires: No interruption