Uses of Interface
software.amazon.awssdk.services.medialive.model.StopTimecode.Builder
-
Packages that use StopTimecode.Builder Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of StopTimecode.Builder in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return StopTimecode.Builder Modifier and Type Method Description static StopTimecode.BuilderStopTimecode. builder()StopTimecode.BuilderStopTimecode.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.BuilderStopTimecode.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.BuilderStopTimecode.Builder. timecode(String timecode)The timecode for the frame where you want to stop the clip.StopTimecode.BuilderStopTimecode. toBuilder()Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type StopTimecode.Builder Modifier and Type Method Description static Class<? extends StopTimecode.Builder>StopTimecode. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.medialive.model with type arguments of type StopTimecode.Builder Modifier and Type Method Description default InputClippingSettings.BuilderInputClippingSettings.Builder. stopTimecode(Consumer<StopTimecode.Builder> stopTimecode)Settings to identify the end of the clip.
-