| Package | Description |
|---|---|
| com.amazonaws.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
StopTimecode |
StopTimecode.clone() |
StopTimecode |
InputClippingSettings.getStopTimecode()
Settings to identify the end of the clip.
|
StopTimecode |
StopTimecode.withLastFrameClippingBehavior(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 |
StopTimecode.withLastFrameClippingBehavior(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 |
StopTimecode.withTimecode(String timecode)
The timecode for the frame where you want to stop the clip.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InputClippingSettings.setStopTimecode(StopTimecode stopTimecode)
Settings to identify the end of the clip.
|
InputClippingSettings |
InputClippingSettings.withStopTimecode(StopTimecode stopTimecode)
Settings to identify the end of the clip.
|
Copyright © 2019. All rights reserved.