public static interface StopTimecode.Builder extends SdkPojo, CopyableBuilder<StopTimecode.Builder,StopTimecode>
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
StopTimecode.Builder |
timecode(String timecode)
The timecode for the frame where you want to stop the clip.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStopTimecode.Builder lastFrameClippingBehavior(String 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.LastFrameClippingBehavior,
LastFrameClippingBehaviorStopTimecode.Builder lastFrameClippingBehavior(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.LastFrameClippingBehavior,
LastFrameClippingBehaviorStopTimecode.Builder timecode(String timecode)
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.Copyright © 2022. All rights reserved.