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
show all
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

Instance Attribute Details

#image_xInteger

Set the distance, in pixels, between the overlay and the left edge of the video frame.

Returns:

  • (Integer)

    Set the distance, in pixels, between the overlay and the left edge of the video frame.

#image_yInteger

Set the distance, in pixels, between the overlay and the top edge of the video frame.

Returns:

  • (Integer)

    Set the distance, in pixels, between the overlay and the top edge of the video frame.