@Generated(value="software.amazon.awssdk:codegen") public final class InsertableImage extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InsertableImage.Builder,InsertableImage>
Modifier and Type | Class and Description |
---|---|
static interface |
InsertableImage.Builder |
Modifier and Type | Method and Description |
---|---|
static InsertableImage.Builder |
builder() |
Integer |
duration()
Specify the time, in milliseconds, for the image to remain on the output video.
|
boolean |
equals(Object obj) |
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.
|
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.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
height()
Specify the height of the inserted image in pixels.
|
String |
imageInserterInput()
Specify the Amazon S3 location of the image that you want to overlay on the video.
|
Integer |
imageX()
Specify the distance, in pixels, between the inserted image and the left edge of the video frame.
|
Integer |
imageY()
Specify the distance, in pixels, between the overlaid image and the top edge of the video frame.
|
Integer |
layer()
Specify how overlapping inserted images appear.
|
Integer |
opacity()
Use Opacity (Opacity) to specify how much of the underlying video shows through the inserted image.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends InsertableImage.Builder> |
serializableBuilderClass() |
String |
startTime()
Specify the timecode of the frame that you want the overlay to first appear on.
|
InsertableImage.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
width()
Specify the width of the inserted image in pixels.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public Integer duration()
public Integer fadeIn()
public Integer fadeOut()
public Integer height()
public String imageInserterInput()
public Integer imageX()
public Integer imageY()
public Integer layer()
public Integer opacity()
public String startTime()
public Integer width()
public InsertableImage.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<InsertableImage.Builder,InsertableImage>
public static InsertableImage.Builder builder()
public static Class<? extends InsertableImage.Builder> serializableBuilderClass()
public String toString()
Copyright © 2019. All rights reserved.