@Generated(value="software.amazon.awssdk:codegen") public final class MotionImageInserter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MotionImageInserter.Builder,MotionImageInserter>
Modifier and Type | Class and Description |
---|---|
static interface |
MotionImageInserter.Builder |
Modifier and Type | Method and Description |
---|---|
static MotionImageInserter.Builder |
builder() |
boolean |
equals(Object obj) |
MotionImageInsertionFramerate |
framerate()
If your motion graphic asset is a .mov file, keep this setting unspecified.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
input()
Specify the .mov file or series of .png files that you want to overlay on your video.
|
MotionImageInsertionMode |
insertionMode()
Choose the type of motion graphic asset that you are providing for your overlay.
|
String |
insertionModeAsString()
Choose the type of motion graphic asset that you are providing for your overlay.
|
MotionImageInsertionOffset |
offset()
Use Offset to specify the placement of your motion graphic overlay on the video frame.
|
MotionImagePlayback |
playback()
Specify whether your motion graphic overlay repeats on a loop or plays only once.
|
String |
playbackAsString()
Specify whether your motion graphic overlay repeats on a loop or plays only once.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends MotionImageInserter.Builder> |
serializableBuilderClass() |
String |
startTime()
Specify when the motion overlay begins.
|
MotionImageInserter.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public MotionImageInsertionFramerate framerate()
public String input()
public MotionImageInsertionMode insertionMode()
If the service returns an enum value that is not available in the current SDK version, insertionMode
will return MotionImageInsertionMode.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from insertionModeAsString()
.
MotionImageInsertionMode
public String insertionModeAsString()
If the service returns an enum value that is not available in the current SDK version, insertionMode
will return MotionImageInsertionMode.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from insertionModeAsString()
.
MotionImageInsertionMode
public MotionImageInsertionOffset offset()
public MotionImagePlayback playback()
If the service returns an enum value that is not available in the current SDK version, playback
will
return MotionImagePlayback.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from playbackAsString()
.
MotionImagePlayback
public String playbackAsString()
If the service returns an enum value that is not available in the current SDK version, playback
will
return MotionImagePlayback.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from playbackAsString()
.
MotionImagePlayback
public String startTime()
public MotionImageInserter.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<MotionImageInserter.Builder,MotionImageInserter>
public static MotionImageInserter.Builder builder()
public static Class<? extends MotionImageInserter.Builder> serializableBuilderClass()
public String toString()
Copyright © 2019. All rights reserved.