| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
static MotionImageInsertionOffset.Builder |
MotionImageInsertionOffset.builder() |
MotionImageInsertionOffset.Builder |
MotionImageInsertionOffset.Builder.imageX(Integer imageX)
Set the distance, in pixels, between the overlay and the left edge of the video frame.
|
MotionImageInsertionOffset.Builder |
MotionImageInsertionOffset.Builder.imageY(Integer imageY)
Set the distance, in pixels, between the overlay and the top edge of the video frame.
|
MotionImageInsertionOffset.Builder |
MotionImageInsertionOffset.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends MotionImageInsertionOffset.Builder> |
MotionImageInsertionOffset.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default MotionImageInserter.Builder |
MotionImageInserter.Builder.offset(Consumer<MotionImageInsertionOffset.Builder> offset)
Use Offset to specify the placement of your motion graphic overlay on the video frame.
|
Copyright © 2023. All rights reserved.