Interface StartTimecode.Builder

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

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

    • timecode

      StartTimecode.Builder timecode(String timecode)
      The timecode for the frame where you want to start the clip. Optional; if not specified, the clip starts at first frame in the file. Enter the timecode as HH:MM:SS:FF or HH:MM:SS;FF.
      Parameters:
      timecode - The timecode for the frame where you want to start the clip. Optional; if not specified, the clip starts at first frame in the file. Enter the timecode as HH:MM:SS:FF or HH:MM:SS;FF.
      Returns:
      Returns a reference to this object so that method calls can be chained together.