Class: Aws::MediaLive::Types::WavSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::WavSettings
- Defined in:
- gems/aws-sdk-medialive/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.
14035 14036 14037 14038 14039 14040 14041 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 14035 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.
14035 14036 14037 14038 14039 14040 14041 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 14035 class WavSettings < Struct.new( :bit_depth, :coding_mode, :sample_rate) SENSITIVE = [] include Aws::Structure end |
#sample_rate ⇒ Float
Sample rate in Hz.
14035 14036 14037 14038 14039 14040 14041 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 14035 class WavSettings < Struct.new( :bit_depth, :coding_mode, :sample_rate) SENSITIVE = [] include Aws::Structure end |