Class: Aws::MediaConvert::Types::MotionImageInsertionOffset
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::MotionImageInsertionOffset
- Defined in:
- gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb
Overview
Specify the offset between the upper-left corner of the video frame and the top left corner of the overlay.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image_x ⇒ Integer
Set the distance, in pixels, between the overlay and the left edge of the video frame.
-
#image_y ⇒ Integer
Set the distance, in pixels, between the overlay and the top edge of the video frame.
Instance Attribute Details
#image_x ⇒ Integer
Set the distance, in pixels, between the overlay and the left edge of the video frame.
9706 9707 9708 9709 9710 9711 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 9706 class MotionImageInsertionOffset < Struct.new( :image_x, :image_y) SENSITIVE = [] include Aws::Structure end |
#image_y ⇒ Integer
Set the distance, in pixels, between the overlay and the top edge of the video frame.
9706 9707 9708 9709 9710 9711 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 9706 class MotionImageInsertionOffset < Struct.new( :image_x, :image_y) SENSITIVE = [] include Aws::Structure end |