Class VideoOverlayTransition
- java.lang.Object
-
- software.amazon.awssdk.services.mediaconvert.model.VideoOverlayTransition
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<VideoOverlayTransition.Builder,VideoOverlayTransition>
@Generated("software.amazon.awssdk:codegen") public final class VideoOverlayTransition extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VideoOverlayTransition.Builder,VideoOverlayTransition>
Specify one or more Transitions for your video overlay. Use Transitions to reposition or resize your overlay over time. To use the same position and size for the duration of your video overlay: Leave blank. To specify a Transition: Enter a value for Start timecode, End Timecode, X Position, Y Position, Width, or Height.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceVideoOverlayTransition.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VideoOverlayTransition.Builderbuilder()VideoOverlayPositionendPosition()Specify the ending position for this transition, relative to the base input video's frame.StringendTimecode()Specify the timecode for when this transition ends.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends VideoOverlayTransition.Builder>serializableBuilderClass()StringstartTimecode()Specify the timecode for when this transition begins.VideoOverlayTransition.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
endPosition
public final VideoOverlayPosition endPosition()
Specify the ending position for this transition, relative to the base input video's frame. Your video overlay will move smoothly to this position, beginning at this transition's Start timecode and ending at this transition's End timecode.- Returns:
- Specify the ending position for this transition, relative to the base input video's frame. Your video overlay will move smoothly to this position, beginning at this transition's Start timecode and ending at this transition's End timecode.
-
endTimecode
public final String endTimecode()
Specify the timecode for when this transition ends. Use the format HH:MM:SS:FF or HH:MM:SS;FF, where HH is the hour, MM is the minute, SS is the second, and FF is the frame number. When entering this value, take into account your choice for Timecode source.- Returns:
- Specify the timecode for when this transition ends. Use the format HH:MM:SS:FF or HH:MM:SS;FF, where HH is the hour, MM is the minute, SS is the second, and FF is the frame number. When entering this value, take into account your choice for Timecode source.
-
startTimecode
public final String startTimecode()
Specify the timecode for when this transition begins. Use the format HH:MM:SS:FF or HH:MM:SS;FF, where HH is the hour, MM is the minute, SS is the second, and FF is the frame number. When entering this value, take into account your choice for Timecode source.- Returns:
- Specify the timecode for when this transition begins. Use the format HH:MM:SS:FF or HH:MM:SS;FF, where HH is the hour, MM is the minute, SS is the second, and FF is the frame number. When entering this value, take into account your choice for Timecode source.
-
toBuilder
public VideoOverlayTransition.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<VideoOverlayTransition.Builder,VideoOverlayTransition>
-
builder
public static VideoOverlayTransition.Builder builder()
-
serializableBuilderClass
public static Class<? extends VideoOverlayTransition.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-