Class: Aws::MediaConvert::Types::MotionImageInsertionOffset

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#image_xInteger

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

Returns:

  • (Integer)


9683
9684
9685
9686
9687
9688
# File 'lib/aws-sdk-mediaconvert/types.rb', line 9683

class MotionImageInsertionOffset < Struct.new(
  :image_x,
  :image_y)
  SENSITIVE = []
  include Aws::Structure
end

#image_yInteger

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

Returns:

  • (Integer)


9683
9684
9685
9686
9687
9688
# File 'lib/aws-sdk-mediaconvert/types.rb', line 9683

class MotionImageInsertionOffset < Struct.new(
  :image_x,
  :image_y)
  SENSITIVE = []
  include Aws::Structure
end