Class VideoOverlay
- java.lang.Object
-
- software.amazon.awssdk.services.mediaconvert.model.VideoOverlay
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<VideoOverlay.Builder,VideoOverlay>
@Generated("software.amazon.awssdk:codegen") public final class VideoOverlay extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VideoOverlay.Builder,VideoOverlay>
Overlay one or more videos on top of your input video. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/video-overlays.html- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceVideoOverlay.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VideoOverlay.Builderbuilder()StringendTimecode()Enter the end timecode in the underlying input video for this overlay.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()VideoOverlayInputinput()Input settings for Video overlay.List<SdkField<?>>sdkFields()static Class<? extends VideoOverlay.Builder>serializableBuilderClass()StringstartTimecode()Enter the start timecode in the underlying input video for this overlay.VideoOverlay.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()
Enter the end timecode in the underlying input video for this overlay. Your overlay will be active through this frame. To display your video overlay for the duration of the underlying video: Leave blank. 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 the underlying Input timecode source. For example, if you have embedded timecodes that start at 01:00:00:00 and you want your overlay to end ten minutes into the video, enter 01:10:00:00.- Returns:
- Enter the end timecode in the underlying input video for this overlay. Your overlay will be active through this frame. To display your video overlay for the duration of the underlying video: Leave blank. 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 the underlying Input timecode source. For example, if you have embedded timecodes that start at 01:00:00:00 and you want your overlay to end ten minutes into the video, enter 01:10:00:00.
-
input
public final VideoOverlayInput input()
Input settings for Video overlay. You can include one or more video overlays in sequence at different times that you specify.- Returns:
- Input settings for Video overlay. You can include one or more video overlays in sequence at different times that you specify.
-
startTimecode
public final String startTimecode()
Enter the start timecode in the underlying input video for this overlay. Your overlay will be active starting with this frame. To display your video overlay starting at the beginning of the underlying video: Leave blank. 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 the underlying Input timecode source. For example, if you have embedded timecodes that start at 01:00:00:00 and you want your overlay to begin five minutes into the video, enter 01:05:00:00.- Returns:
- Enter the start timecode in the underlying input video for this overlay. Your overlay will be active starting with this frame. To display your video overlay starting at the beginning of the underlying video: Leave blank. 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 the underlying Input timecode source. For example, if you have embedded timecodes that start at 01:00:00:00 and you want your overlay to begin five minutes into the video, enter 01:05:00:00.
-
toBuilder
public VideoOverlay.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<VideoOverlay.Builder,VideoOverlay>
-
builder
public static VideoOverlay.Builder builder()
-
serializableBuilderClass
public static Class<? extends VideoOverlay.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.
-
-