| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
InsertableImage |
InsertableImage.clone() |
InsertableImage |
InsertableImage.withDuration(Integer duration)
Specify the time, in milliseconds, for the image to remain on the output video.
|
InsertableImage |
InsertableImage.withFadeIn(Integer fadeIn)
Specify the length of time, in milliseconds, between the Start time that you specify for the image insertion and
the time that the image appears at full opacity.
|
InsertableImage |
InsertableImage.withFadeOut(Integer fadeOut)
Specify the length of time, in milliseconds, between the end of the time that you have specified for the image
overlay Duration and when the overlaid image has faded to total transparency.
|
InsertableImage |
InsertableImage.withHeight(Integer height)
Specify the height of the inserted image in pixels.
|
InsertableImage |
InsertableImage.withImageInserterInput(String imageInserterInput)
Specify the HTTP, HTTPS, or Amazon S3 location of the image that you want to overlay on the video.
|
InsertableImage |
InsertableImage.withImageX(Integer imageX)
Specify the distance, in pixels, between the inserted image and the left edge of the video frame.
|
InsertableImage |
InsertableImage.withImageY(Integer imageY)
Specify the distance, in pixels, between the overlaid image and the top edge of the video frame.
|
InsertableImage |
InsertableImage.withLayer(Integer layer)
Specify how overlapping inserted images appear.
|
InsertableImage |
InsertableImage.withOpacity(Integer opacity)
Use Opacity to specify how much of the underlying video shows through the inserted image.
|
InsertableImage |
InsertableImage.withStartTime(String startTime)
Specify the timecode of the frame that you want the overlay to first appear on.
|
InsertableImage |
InsertableImage.withWidth(Integer width)
Specify the width of the inserted image in pixels.
|
| Modifier and Type | Method and Description |
|---|---|
List<InsertableImage> |
ImageInserter.getInsertableImages()
Specify the images that you want to overlay on your video.
|
| Modifier and Type | Method and Description |
|---|---|
ImageInserter |
ImageInserter.withInsertableImages(InsertableImage... insertableImages)
Specify the images that you want to overlay on your video.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImageInserter.setInsertableImages(Collection<InsertableImage> insertableImages)
Specify the images that you want to overlay on your video.
|
ImageInserter |
ImageInserter.withInsertableImages(Collection<InsertableImage> insertableImages)
Specify the images that you want to overlay on your video.
|
Copyright © 2024. All rights reserved.