| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
VideoOverlayInputClipping |
VideoOverlayInputClipping.clone() |
VideoOverlayInputClipping |
VideoOverlayInputClipping.withEndTimecode(String endTimecode)
Specify the timecode of the last frame to include in your video overlay's clip.
|
VideoOverlayInputClipping |
VideoOverlayInputClipping.withStartTimecode(String startTimecode)
Specify the timecode of the first frame to include in your video overlay's clip.
|
| Modifier and Type | Method and Description |
|---|---|
List<VideoOverlayInputClipping> |
VideoOverlayInput.getInputClippings()
Specify one or more clips to use from your video overlay.
|
| Modifier and Type | Method and Description |
|---|---|
VideoOverlayInput |
VideoOverlayInput.withInputClippings(VideoOverlayInputClipping... inputClippings)
Specify one or more clips to use from your video overlay.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VideoOverlayInput.setInputClippings(Collection<VideoOverlayInputClipping> inputClippings)
Specify one or more clips to use from your video overlay.
|
VideoOverlayInput |
VideoOverlayInput.withInputClippings(Collection<VideoOverlayInputClipping> inputClippings)
Specify one or more clips to use from your video overlay.
|
Copyright © 2025. All rights reserved.