class Aws::MediaConvert::Types::WavSettings
Required when you set (Codec) under (AudioDescriptions)>(CodecSettings) to the value WAV.
@note When making an API call, you may pass WavSettings
data as a hash: { bit_depth: 1, channels: 1, format: "RIFF", # accepts RIFF, RF64 sample_rate: 1, }
@!attribute [rw] bit_depth
Specify Bit depth (BitDepth), in bits per sample, to choose the encoding quality for this audio track. @return [Integer]
@!attribute [rw] channels
Specify the number of channels in this output audio track. Valid values are 1 and even numbers up to 64. For example, 1, 2, 4, 6, and so on, up to 64. @return [Integer]
@!attribute [rw] format
The service defaults to using RIFF for WAV outputs. If your output audio is likely to exceed 4 GB in file size, or if you otherwise need the extended support of the RF64 format, set your output WAV file format to RF64. @return [String]
@!attribute [rw] sample_rate
Sample rate in Hz. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/WavSettings AWS API Documentation
Constants
- SENSITIVE