public static interface VideoOverlayInput.Builder extends SdkPojo, CopyableBuilder<VideoOverlayInput.Builder,VideoOverlayInput>
| Modifier and Type | Method and Description |
|---|---|
VideoOverlayInput.Builder |
fileInput(String fileInput)
Specify the input file S3, HTTP, or HTTPS URI for your video overlay.
|
VideoOverlayInput.Builder |
inputClippings(Collection<VideoOverlayInputClipping> inputClippings)
Specify one or more clips to use from your video overlay.
|
VideoOverlayInput.Builder |
inputClippings(Consumer<VideoOverlayInputClipping.Builder>... inputClippings)
Specify one or more clips to use from your video overlay.
|
VideoOverlayInput.Builder |
inputClippings(VideoOverlayInputClipping... inputClippings)
Specify one or more clips to use from your video overlay.
|
VideoOverlayInput.Builder |
timecodeSource(InputTimecodeSource timecodeSource)
Specify the starting timecode for your video overlay.
|
VideoOverlayInput.Builder |
timecodeSource(String timecodeSource)
Specify the starting timecode for your video overlay.
|
VideoOverlayInput.Builder |
timecodeStart(String timecodeStart)
Specify the starting timecode for this video overlay.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVideoOverlayInput.Builder fileInput(String fileInput)
fileInput - Specify the input file S3, HTTP, or HTTPS URI for your video overlay. For consistency in color and
formatting in your output video image, we recommend that you specify a video with similar
characteristics as the underlying input video.VideoOverlayInput.Builder inputClippings(Collection<VideoOverlayInputClipping> inputClippings)
inputClippings - Specify one or more clips to use from your video overlay. When you include an input clip, you must
also specify its start timecode, end timecode, or both start and end timecode.VideoOverlayInput.Builder inputClippings(VideoOverlayInputClipping... inputClippings)
inputClippings - Specify one or more clips to use from your video overlay. When you include an input clip, you must
also specify its start timecode, end timecode, or both start and end timecode.VideoOverlayInput.Builder inputClippings(Consumer<VideoOverlayInputClipping.Builder>... inputClippings)
VideoOverlayInputClipping.Builder avoiding the
need to create one manually via
VideoOverlayInputClipping.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #inputClippings(List.
inputClippings - a consumer that will call methods on
VideoOverlayInputClipping.Builder#inputClippings(java.util.Collection) VideoOverlayInput.Builder timecodeSource(String timecodeSource)
timecodeSource - Specify the starting timecode for your video overlay. To use the timecode present in your video
overlay: Choose Embedded. To use a zerobased timecode: Choose Start at 0. To choose a timecode: Choose
Specified start. When you do, enter the starting timecode in Start timecode. If you don't specify a
value for Timecode source, MediaConvert uses Embedded by default.InputTimecodeSource,
InputTimecodeSourceVideoOverlayInput.Builder timecodeSource(InputTimecodeSource timecodeSource)
timecodeSource - Specify the starting timecode for your video overlay. To use the timecode present in your video
overlay: Choose Embedded. To use a zerobased timecode: Choose Start at 0. To choose a timecode: Choose
Specified start. When you do, enter the starting timecode in Start timecode. If you don't specify a
value for Timecode source, MediaConvert uses Embedded by default.InputTimecodeSource,
InputTimecodeSourceVideoOverlayInput.Builder timecodeStart(String timecodeStart)
timecodeStart - Specify the starting timecode for this video overlay. To use this setting, you must set Timecode
source to Specified start.Copyright © 2023. All rights reserved.