Interface StopTimecode.Builder

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

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

    • lastFrameClippingBehavior

      StopTimecode.Builder lastFrameClippingBehavior(String lastFrameClippingBehavior)
      If you specify a StopTimecode in an input (in order to clip the file), you can specify if you want the clip to exclude (the default) or include the frame specified by the timecode.
      Parameters:
      lastFrameClippingBehavior - If you specify a StopTimecode in an input (in order to clip the file), you can specify if you want the clip to exclude (the default) or include the frame specified by the timecode.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • lastFrameClippingBehavior

      StopTimecode.Builder lastFrameClippingBehavior(LastFrameClippingBehavior lastFrameClippingBehavior)
      If you specify a StopTimecode in an input (in order to clip the file), you can specify if you want the clip to exclude (the default) or include the frame specified by the timecode.
      Parameters:
      lastFrameClippingBehavior - If you specify a StopTimecode in an input (in order to clip the file), you can specify if you want the clip to exclude (the default) or include the frame specified by the timecode.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • timecode

      StopTimecode.Builder timecode(String timecode)
      The timecode for the frame where you want to stop the clip. Optional; if not specified, the clip continues to the end of 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 stop the clip. Optional; if not specified, the clip continues to the end of 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.