| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
InsertableImage |
InsertableImage.clone() |
InsertableImage |
InsertableImage.withDuration(Integer duration)
Use Duration (Duration) to set the time, in milliseconds, for the image to remain on the output video.
|
InsertableImage |
InsertableImage.withFadeIn(Integer fadeIn)
Use Fade in (FadeIut) to set the length, in milliseconds, of the inserted image fade in.
|
InsertableImage |
InsertableImage.withFadeOut(Integer fadeOut)
Use Fade out (FadeOut) to set the length, in milliseconds, of the inserted image fade out.
|
InsertableImage |
InsertableImage.withHeight(Integer height)
Specify the Height (Height) of the inserted image.
|
InsertableImage |
InsertableImage.withImageInserterInput(String imageInserterInput)
Use Image location (imageInserterInput) to specify the Amazon S3 location of the image to be inserted into the
output.
|
InsertableImage |
InsertableImage.withImageX(Integer imageX)
Use Left (ImageX) to set the distance, in pixels, between the inserted image and the left edge of the frame.
|
InsertableImage |
InsertableImage.withImageY(Integer imageY)
Use Top (ImageY) to set the distance, in pixels, between the inserted image and the top edge of the video frame.
|
InsertableImage |
InsertableImage.withLayer(Integer layer)
Use Layer (Layer) to specify how overlapping inserted images appear.
|
InsertableImage |
InsertableImage.withOpacity(Integer opacity)
Use Opacity (Opacity) to specify how much of the underlying video shows through the inserted image.
|
InsertableImage |
InsertableImage.withStartTime(String startTime)
Use Start time (StartTime) to specify the video timecode when the image is inserted in the output.
|
InsertableImage |
InsertableImage.withWidth(Integer width)
Specify the Width (Width) of the inserted image.
|
| Modifier and Type | Method and Description |
|---|---|
List<InsertableImage> |
ImageInserter.getInsertableImages()
Image to insert.
|
| Modifier and Type | Method and Description |
|---|---|
ImageInserter |
ImageInserter.withInsertableImages(InsertableImage... insertableImages)
Image to insert.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImageInserter.setInsertableImages(Collection<InsertableImage> insertableImages)
Image to insert.
|
ImageInserter |
ImageInserter.withInsertableImages(Collection<InsertableImage> insertableImages)
Image to insert.
|
Copyright © 2018. All rights reserved.