| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
VideoOverlay |
VideoOverlay.clone() |
VideoOverlay |
VideoOverlay.withEndTimecode(String endTimecode)
Enter the end timecode in the underlying input video for this overlay.
|
VideoOverlay |
VideoOverlay.withInput(VideoOverlayInput input)
Input settings for Video overlay.
|
VideoOverlay |
VideoOverlay.withStartTimecode(String startTimecode)
Enter the start timecode in the underlying input video for this overlay.
|
| Modifier and Type | Method and Description |
|---|---|
List<VideoOverlay> |
Input.getVideoOverlays()
Contains an array of video overlays.
|
List<VideoOverlay> |
InputTemplate.getVideoOverlays()
Contains an array of video overlays.
|
| Modifier and Type | Method and Description |
|---|---|
Input |
Input.withVideoOverlays(VideoOverlay... videoOverlays)
Contains an array of video overlays.
|
InputTemplate |
InputTemplate.withVideoOverlays(VideoOverlay... videoOverlays)
Contains an array of video overlays.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Input.setVideoOverlays(Collection<VideoOverlay> videoOverlays)
Contains an array of video overlays.
|
void |
InputTemplate.setVideoOverlays(Collection<VideoOverlay> videoOverlays)
Contains an array of video overlays.
|
Input |
Input.withVideoOverlays(Collection<VideoOverlay> videoOverlays)
Contains an array of video overlays.
|
InputTemplate |
InputTemplate.withVideoOverlays(Collection<VideoOverlay> videoOverlays)
Contains an array of video overlays.
|
Copyright © 2024. All rights reserved.