| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
static StopTimecode.Builder |
StopTimecode.builder() |
StopTimecode.Builder |
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 |
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 |
StopTimecode.Builder.timecode(String timecode)
The timecode for the frame where you want to stop the clip.
|
StopTimecode.Builder |
StopTimecode.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StopTimecode.Builder> |
StopTimecode.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default InputClippingSettings.Builder |
InputClippingSettings.Builder.stopTimecode(Consumer<StopTimecode.Builder> stopTimecode)
Settings to identify the end of the clip.
|
Copyright © 2022. All rights reserved.