| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
VideoOverlayInput |
VideoOverlayInput.clone() |
VideoOverlayInput |
VideoOverlay.getInput()
Input settings for Video overlay.
|
VideoOverlayInput |
VideoOverlayInput.withFileInput(String fileInput)
Specify the input file S3, HTTP, or HTTPS URI for your video overlay.
|
VideoOverlayInput |
VideoOverlayInput.withInputClippings(Collection<VideoOverlayInputClipping> inputClippings)
Specify one or more clips to use from your video overlay.
|
VideoOverlayInput |
VideoOverlayInput.withInputClippings(VideoOverlayInputClipping... inputClippings)
Specify one or more clips to use from your video overlay.
|
VideoOverlayInput |
VideoOverlayInput.withTimecodeSource(InputTimecodeSource timecodeSource)
Specify the timecode source for your video overlay input clips.
|
VideoOverlayInput |
VideoOverlayInput.withTimecodeSource(String timecodeSource)
Specify the timecode source for your video overlay input clips.
|
VideoOverlayInput |
VideoOverlayInput.withTimecodeStart(String timecodeStart)
Specify the starting timecode for this video overlay.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VideoOverlay.setInput(VideoOverlayInput input)
Input settings for Video overlay.
|
VideoOverlay |
VideoOverlay.withInput(VideoOverlayInput input)
Input settings for Video overlay.
|
Copyright © 2025. All rights reserved.