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.
13673 13674 13675 13676 13677 13678 13679 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 13673 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.
13673 13674 13675 13676 13677 13678 13679 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 13673 class WavSettings < Struct.new( :bit_depth, :coding_mode, :sample_rate) SENSITIVE = [] include Aws::Structure end |
#sample_rate ⇒ Float
Sample rate in Hz.
13673 13674 13675 13676 13677 13678 13679 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 13673 class WavSettings < Struct.new( :bit_depth, :coding_mode, :sample_rate) SENSITIVE = [] include Aws::Structure end |