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
13191 13192 13193 13194 13195 13196 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 13191 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
13191 13192 13193 13194 13195 13196 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 13191 class VideoDetail < Struct.new( :height_in_px, :width_in_px) SENSITIVE = [] include Aws::Structure end |