Class: Aws::MediaConvert::Types::AudioProperties

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mediaconvert/types.rb

Overview

Properties specific to audio tracks.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bit_depthInteger

The bit depth of the audio track.

Returns:

  • (Integer)


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_rateInteger

The bit rate of the audio track in bits per second.

Returns:

  • (Integer)


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

#channelsInteger

The number of audio channels.

Returns:

  • (Integer)


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_rateTypes::FrameRate

the calculated frame rate of the asset.

Returns:



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_codeString

the language code of the track

Returns:

  • (String)


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_rateInteger

The sample rate of the audio track.

Returns:

  • (Integer)


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