class Aws::MediaLive::Types::WavSettings

Wav Settings

@note When making an API call, you may pass WavSettings

data as a hash:

    {
      bit_depth: 1.0,
      coding_mode: "CODING_MODE_1_0", # accepts CODING_MODE_1_0, CODING_MODE_2_0, CODING_MODE_4_0, CODING_MODE_8_0
      sample_rate: 1.0,
    }

@!attribute [rw] bit_depth

Bits per sample.
@return [Float]

@!attribute [rw] coding_mode

The audio coding mode for the WAV audio. The mode determines the
number of channels in the audio.
@return [String]

@!attribute [rw] sample_rate

Sample rate in Hz.
@return [Float]

@see docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/WavSettings AWS API Documentation

Constants

SENSITIVE