Class VideoOverlayInputClipping
- java.lang.Object
-
- software.amazon.awssdk.services.mediaconvert.model.VideoOverlayInputClipping
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<VideoOverlayInputClipping.Builder,VideoOverlayInputClipping>
@Generated("software.amazon.awssdk:codegen") public final class VideoOverlayInputClipping extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VideoOverlayInputClipping.Builder,VideoOverlayInputClipping>
To transcode only portions of your video overlay, include one input clip for each part of your video overlay that you want in your output.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceVideoOverlayInputClipping.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VideoOverlayInputClipping.Builderbuilder()StringendTimecode()Specify the timecode of the last frame to include in your video overlay's clip.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends VideoOverlayInputClipping.Builder>serializableBuilderClass()StringstartTimecode()Specify the timecode of the first frame to include in your video overlay's clip.VideoOverlayInputClipping.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
-
endTimecode
public final String endTimecode()
Specify the timecode of the last frame to include in your video overlay's clip. 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 of the last frame to include in your video overlay's clip. 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 of the first frame to include in your video overlay's clip. 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 of the first frame to include in your video overlay's clip. 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 VideoOverlayInputClipping.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<VideoOverlayInputClipping.Builder,VideoOverlayInputClipping>
-
builder
public static VideoOverlayInputClipping.Builder builder()
-
serializableBuilderClass
public static Class<? extends VideoOverlayInputClipping.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.
-
-