Class: Aws::MediaConvert::Types::VideoDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::VideoDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconvert/types.rb
Overview
Contains details about the output’s video stream
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#height_in_px ⇒ Integer
Height in pixels for the output.
-
#width_in_px ⇒ Integer
Width in pixels for the output.
Instance Attribute Details
#height_in_px ⇒ Integer
Height in pixels for the output
12561 12562 12563 12564 12565 12566 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 12561 class VideoDetail < Struct.new( :height_in_px, :width_in_px) SENSITIVE = [] include Aws::Structure end |
#width_in_px ⇒ Integer
Width in pixels for the output
12561 12562 12563 12564 12565 12566 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 12561 class VideoDetail < Struct.new( :height_in_px, :width_in_px) SENSITIVE = [] include Aws::Structure end |