Class: Aws::MediaLive::Types::WavSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::WavSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Wav Settings
Constant Summary collapse
- SENSITIVE =
[]
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.
13554 13555 13556 13557 13558 13559 13560 |
# File 'lib/aws-sdk-medialive/types.rb', line 13554 class WavSettings < Struct.new( :bit_depth, :coding_mode, :sample_rate) SENSITIVE = [] include Aws::Structure end |
#coding_mode ⇒ String
The audio coding mode for the WAV audio. The mode determines the number of channels in the audio.
13554 13555 13556 13557 13558 13559 13560 |
# File 'lib/aws-sdk-medialive/types.rb', line 13554 class WavSettings < Struct.new( :bit_depth, :coding_mode, :sample_rate) SENSITIVE = [] include Aws::Structure end |
#sample_rate ⇒ Float
Sample rate in Hz.
13554 13555 13556 13557 13558 13559 13560 |
# File 'lib/aws-sdk-medialive/types.rb', line 13554 class WavSettings < Struct.new( :bit_depth, :coding_mode, :sample_rate) SENSITIVE = [] include Aws::Structure end |