public static interface VideoOverlayInputClipping.Builder extends SdkPojo, CopyableBuilder<VideoOverlayInputClipping.Builder,VideoOverlayInputClipping>
| Modifier and Type | Method and Description |
|---|---|
VideoOverlayInputClipping.Builder |
endTimecode(String endTimecode)
Specify the timecode of the last frame to include in your video overlay's clip.
|
VideoOverlayInputClipping.Builder |
startTimecode(String startTimecode)
Specify the timecode of the first frame to include in your video overlay's clip.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVideoOverlayInputClipping.Builder endTimecode(String endTimecode)
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.VideoOverlayInputClipping.Builder startTimecode(String startTimecode)
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.Copyright © 2023. All rights reserved.