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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#image_xInteger

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

Returns:

  • (Integer)


9437
9438
9439
9440
9441
9442
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 9437

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)


9437
9438
9439
9440
9441
9442
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 9437

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