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
- Struct
- Aws::MediaLive::Types::WavSettings
- 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
-
#bit_depth ⇒ Float
Bits per sample.
-
#coding_mode ⇒ String
The audio coding mode for the WAV audio.
-
#sample_rate ⇒ Float
Sample rate in Hz.
Instance Attribute Details
#bit_depth ⇒ Float
Bits per sample.
#coding_mode ⇒ String
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
#sample_rate ⇒ Float
Sample rate in Hz.