| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
MotionImageInsertionOffset |
MotionImageInsertionOffset.clone() |
MotionImageInsertionOffset |
MotionImageInserter.getOffset()
Use Offset to specify the placement of your motion graphic overlay on the video frame.
|
MotionImageInsertionOffset |
MotionImageInsertionOffset.withImageX(Integer imageX)
Set the distance, in pixels, between the overlay and the left edge of the video frame.
|
MotionImageInsertionOffset |
MotionImageInsertionOffset.withImageY(Integer imageY)
Set the distance, in pixels, between the overlay and the top edge of the video frame.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MotionImageInserter.setOffset(MotionImageInsertionOffset offset)
Use Offset to specify the placement of your motion graphic overlay on the video frame.
|
MotionImageInserter |
MotionImageInserter.withOffset(MotionImageInsertionOffset offset)
Use Offset to specify the placement of your motion graphic overlay on the video frame.
|
Copyright © 2019. All rights reserved.