Class: Aws::MediaConvert::Types::VideoProperties

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

Overview

Properties specific to video tracks.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bit_depthInteger

The bit depth of the video track.

Returns:

  • (Integer)


14050
14051
14052
14053
14054
14055
14056
14057
14058
14059
14060
14061
# File 'lib/aws-sdk-mediaconvert/types.rb', line 14050

class VideoProperties < Struct.new(
  :bit_depth,
  :bit_rate,
  :color_primaries,
  :frame_rate,
  :height,
  :matrix_coefficients,
  :transfer_characteristics,
  :width)
  SENSITIVE = []
  include Aws::Structure
end

#bit_rateInteger

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

Returns:

  • (Integer)


14050
14051
14052
14053
14054
14055
14056
14057
14058
14059
14060
14061
# File 'lib/aws-sdk-mediaconvert/types.rb', line 14050

class VideoProperties < Struct.new(
  :bit_depth,
  :bit_rate,
  :color_primaries,
  :frame_rate,
  :height,
  :matrix_coefficients,
  :transfer_characteristics,
  :width)
  SENSITIVE = []
  include Aws::Structure
end

#color_primariesString

the color primaries.

Returns:

  • (String)


14050
14051
14052
14053
14054
14055
14056
14057
14058
14059
14060
14061
# File 'lib/aws-sdk-mediaconvert/types.rb', line 14050

class VideoProperties < Struct.new(
  :bit_depth,
  :bit_rate,
  :color_primaries,
  :frame_rate,
  :height,
  :matrix_coefficients,
  :transfer_characteristics,
  :width)
  SENSITIVE = []
  include Aws::Structure
end

#frame_rateTypes::FrameRate

the calculated frame rate of the asset.

Returns:



14050
14051
14052
14053
14054
14055
14056
14057
14058
14059
14060
14061
# File 'lib/aws-sdk-mediaconvert/types.rb', line 14050

class VideoProperties < Struct.new(
  :bit_depth,
  :bit_rate,
  :color_primaries,
  :frame_rate,
  :height,
  :matrix_coefficients,
  :transfer_characteristics,
  :width)
  SENSITIVE = []
  include Aws::Structure
end

#heightInteger

The height of the video track in pixels.

Returns:

  • (Integer)


14050
14051
14052
14053
14054
14055
14056
14057
14058
14059
14060
14061
# File 'lib/aws-sdk-mediaconvert/types.rb', line 14050

class VideoProperties < Struct.new(
  :bit_depth,
  :bit_rate,
  :color_primaries,
  :frame_rate,
  :height,
  :matrix_coefficients,
  :transfer_characteristics,
  :width)
  SENSITIVE = []
  include Aws::Structure
end

#matrix_coefficientsString

the matrix coefficients.

Returns:

  • (String)


14050
14051
14052
14053
14054
14055
14056
14057
14058
14059
14060
14061
# File 'lib/aws-sdk-mediaconvert/types.rb', line 14050

class VideoProperties < Struct.new(
  :bit_depth,
  :bit_rate,
  :color_primaries,
  :frame_rate,
  :height,
  :matrix_coefficients,
  :transfer_characteristics,
  :width)
  SENSITIVE = []
  include Aws::Structure
end

#transfer_characteristicsString

the transfer characteristics.

Returns:

  • (String)


14050
14051
14052
14053
14054
14055
14056
14057
14058
14059
14060
14061
# File 'lib/aws-sdk-mediaconvert/types.rb', line 14050

class VideoProperties < Struct.new(
  :bit_depth,
  :bit_rate,
  :color_primaries,
  :frame_rate,
  :height,
  :matrix_coefficients,
  :transfer_characteristics,
  :width)
  SENSITIVE = []
  include Aws::Structure
end

#widthInteger

The width of the video track in pixels.

Returns:

  • (Integer)


14050
14051
14052
14053
14054
14055
14056
14057
14058
14059
14060
14061
# File 'lib/aws-sdk-mediaconvert/types.rb', line 14050

class VideoProperties < Struct.new(
  :bit_depth,
  :bit_rate,
  :color_primaries,
  :frame_rate,
  :height,
  :matrix_coefficients,
  :transfer_characteristics,
  :width)
  SENSITIVE = []
  include Aws::Structure
end