Interface VideoOverlayInputClipping.Builder

All Superinterfaces:
Buildable, CopyableBuilder<VideoOverlayInputClipping.Builder,VideoOverlayInputClipping>, SdkBuilder<VideoOverlayInputClipping.Builder,VideoOverlayInputClipping>, SdkPojo
Enclosing class:
VideoOverlayInputClipping

public static interface VideoOverlayInputClipping.Builder extends SdkPojo, CopyableBuilder<VideoOverlayInputClipping.Builder,VideoOverlayInputClipping>
  • Method Details

    • endTimecode

      VideoOverlayInputClipping.Builder endTimecode(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.
      Parameters:
      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:
      Returns a reference to this object so that method calls can be chained together.
    • startTimecode

      VideoOverlayInputClipping.Builder startTimecode(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.
      Parameters:
      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:
      Returns a reference to this object so that method calls can be chained together.