Class: Aws::MediaConvert::Types::VideoProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::VideoProperties
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconvert/types.rb
Overview
Properties specific to video tracks.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bit_depth ⇒ Integer
The bit depth of the video track.
-
#bit_rate ⇒ Integer
The bit rate of the video track in bits per second.
-
#color_primaries ⇒ String
the color primaries.
-
#frame_rate ⇒ Types::FrameRate
the calculated frame rate of the asset.
-
#height ⇒ Integer
The height of the video track in pixels.
-
#matrix_coefficients ⇒ String
the matrix coefficients.
-
#transfer_characteristics ⇒ String
the transfer characteristics.
-
#width ⇒ Integer
The width of the video track in pixels.
Instance Attribute Details
#bit_depth ⇒ Integer
The bit depth of the video track.
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_rate ⇒ Integer
The bit rate of the video track in bits per second.
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_primaries ⇒ String
the color primaries.
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_rate ⇒ Types::FrameRate
the calculated frame rate of the asset.
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 |
#height ⇒ Integer
The height of the video track in pixels.
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_coefficients ⇒ String
the matrix coefficients.
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_characteristics ⇒ String
the transfer characteristics.
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 |
#width ⇒ Integer
The width of the video track in pixels.
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 |