You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::MediaConvert::Types::MotionImageInsertionOffset
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::MotionImageInsertionOffset
- Defined in:
- (unknown)
Overview
Note:
When passing MotionImageInsertionOffset as input to an Aws::Client method, you can use a vanilla Hash:
{
image_x: 1,
image_y: 1,
}
Specify the offset between the upper-left corner of the video frame and the top left corner of the overlay.
Returned by:
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.
#image_y ⇒ Integer
Set the distance, in pixels, between the overlay and the top edge of the video frame.