You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaLive::Types::WavSettings

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing WavSettings as input to an Aws::Client method, you can use a vanilla 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,
}

Wav Settings

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#bit_depthFloat

Bits per sample.

Returns:

  • (Float)

    Bits per sample.

#coding_modeString

The audio coding mode for the WAV audio. The mode determines the number of channels in the audio.

Possible values:

  • CODING_MODE_1_0
  • CODING_MODE_2_0
  • CODING_MODE_4_0
  • CODING_MODE_8_0

Returns:

  • (String)

    The audio coding mode for the WAV audio.

#sample_rateFloat

Sample rate in Hz.

Returns:

  • (Float)

    Sample rate in Hz.