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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/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)


13271
13272
13273
13274
13275
13276
13277
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 13271

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)


13271
13272
13273
13274
13275
13276
13277
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 13271

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

#sample_rateFloat

Sample rate in Hz.

Returns:

  • (Float)


13271
13272
13273
13274
13275
13276
13277
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 13271

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