Class: Aws::MediaConvert::Types::AudioProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::AudioProperties
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconvert/types.rb
Overview
Properties specific to audio tracks.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bit_depth ⇒ Integer
The bit depth of the audio track.
-
#bit_rate ⇒ Integer
The bit rate of the audio track in bits per second.
-
#channels ⇒ Integer
The number of audio channels.
-
#frame_rate ⇒ Types::FrameRate
the calculated frame rate of the asset.
-
#language_code ⇒ String
the language code of the track.
-
#sample_rate ⇒ Integer
The sample rate of the audio track.
Instance Attribute Details
#bit_depth ⇒ Integer
The bit depth of the audio track.
710 711 712 713 714 715 716 717 718 719 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 710 class AudioProperties < Struct.new( :bit_depth, :bit_rate, :channels, :frame_rate, :language_code, :sample_rate) SENSITIVE = [] include Aws::Structure end |
#bit_rate ⇒ Integer
The bit rate of the audio track in bits per second.
710 711 712 713 714 715 716 717 718 719 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 710 class AudioProperties < Struct.new( :bit_depth, :bit_rate, :channels, :frame_rate, :language_code, :sample_rate) SENSITIVE = [] include Aws::Structure end |
#channels ⇒ Integer
The number of audio channels.
710 711 712 713 714 715 716 717 718 719 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 710 class AudioProperties < Struct.new( :bit_depth, :bit_rate, :channels, :frame_rate, :language_code, :sample_rate) SENSITIVE = [] include Aws::Structure end |
#frame_rate ⇒ Types::FrameRate
the calculated frame rate of the asset.
710 711 712 713 714 715 716 717 718 719 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 710 class AudioProperties < Struct.new( :bit_depth, :bit_rate, :channels, :frame_rate, :language_code, :sample_rate) SENSITIVE = [] include Aws::Structure end |
#language_code ⇒ String
the language code of the track
710 711 712 713 714 715 716 717 718 719 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 710 class AudioProperties < Struct.new( :bit_depth, :bit_rate, :channels, :frame_rate, :language_code, :sample_rate) SENSITIVE = [] include Aws::Structure end |
#sample_rate ⇒ Integer
The sample rate of the audio track.
710 711 712 713 714 715 716 717 718 719 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 710 class AudioProperties < Struct.new( :bit_depth, :bit_rate, :channels, :frame_rate, :language_code, :sample_rate) SENSITIVE = [] include Aws::Structure end |