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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-medialive/types.rb

Overview

Wav Settings

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bit_depthFloat

Bits per sample.

Returns:

  • (Float)


13186
13187
13188
13189
13190
13191
13192
# File 'lib/aws-sdk-medialive/types.rb', line 13186

class WavSettings < Struct.new(
  :bit_depth,
  :coding_mode,
  :sample_rate)
  SENSITIVE = []
  include Aws::Structure
end

#coding_modeString

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

Returns:

  • (String)


13186
13187
13188
13189
13190
13191
13192
# File 'lib/aws-sdk-medialive/types.rb', line 13186

class WavSettings < Struct.new(
  :bit_depth,
  :coding_mode,
  :sample_rate)
  SENSITIVE = []
  include Aws::Structure
end

#sample_rateFloat

Sample rate in Hz.

Returns:

  • (Float)


13186
13187
13188
13189
13190
13191
13192
# File 'lib/aws-sdk-medialive/types.rb', line 13186

class WavSettings < Struct.new(
  :bit_depth,
  :coding_mode,
  :sample_rate)
  SENSITIVE = []
  include Aws::Structure
end