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)


13105
13106
13107
13108
13109
13110
13111
# File 'lib/aws-sdk-medialive/types.rb', line 13105

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)


13105
13106
13107
13108
13109
13110
13111
# File 'lib/aws-sdk-medialive/types.rb', line 13105

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

#sample_rateFloat

Sample rate in Hz.

Returns:

  • (Float)


13105
13106
13107
13108
13109
13110
13111
# File 'lib/aws-sdk-medialive/types.rb', line 13105

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