Interface VideoOverlayInput.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<VideoOverlayInput.Builder,,VideoOverlayInput> SdkBuilder<VideoOverlayInput.Builder,,VideoOverlayInput> SdkPojo
- Enclosing class:
VideoOverlayInput
@Mutable
@NotThreadSafe
public static interface VideoOverlayInput.Builder
extends SdkPojo, CopyableBuilder<VideoOverlayInput.Builder,VideoOverlayInput>
-
Method Summary
Modifier and TypeMethodDescriptionaudioSelectors(Map<String, AudioSelector> audioSelectors) Use Audio selectors to specify audio to use during your Video overlay.Specify the input file S3, HTTP, or HTTPS URL for your video overlay.inputClippings(Collection<VideoOverlayInputClipping> inputClippings) Specify one or more clips to use from your video overlay.inputClippings(Consumer<VideoOverlayInputClipping.Builder>... inputClippings) Specify one or more clips to use from your video overlay.inputClippings(VideoOverlayInputClipping... inputClippings) Specify one or more clips to use from your video overlay.timecodeSource(String timecodeSource) Specify the timecode source for your video overlay input clips.timecodeSource(InputTimecodeSource timecodeSource) Specify the timecode source for your video overlay input clips.timecodeStart(String timecodeStart) Specify the starting timecode for this video overlay.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
audioSelectors
Use Audio selectors to specify audio to use during your Video overlay. You can use multiple Audio selectors per Video overlay. When you include an Audio selector within a Video overlay, MediaConvert mutes any Audio selectors with the same name from the underlying input. For example, if your underlying input has Audio selector 1 and Audio selector 2, and your Video overlay only has Audio selector 1, then MediaConvert replaces all audio for Audio selector 1 during the Video overlay. To replace all audio for all Audio selectors from the underlying input by using a single Audio selector in your overlay, set DefaultSelection to DEFAULT (Check \"Use as default\" in the MediaConvert console).- Parameters:
audioSelectors- Use Audio selectors to specify audio to use during your Video overlay. You can use multiple Audio selectors per Video overlay. When you include an Audio selector within a Video overlay, MediaConvert mutes any Audio selectors with the same name from the underlying input. For example, if your underlying input has Audio selector 1 and Audio selector 2, and your Video overlay only has Audio selector 1, then MediaConvert replaces all audio for Audio selector 1 during the Video overlay. To replace all audio for all Audio selectors from the underlying input by using a single Audio selector in your overlay, set DefaultSelection to DEFAULT (Check \"Use as default\" in the MediaConvert console).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileInput
Specify the input file S3, HTTP, or HTTPS URL for your video overlay. To specify one or more Transitions for your base input video instead: Leave blank.- Parameters:
fileInput- Specify the input file S3, HTTP, or HTTPS URL for your video overlay. To specify one or more Transitions for your base input video instead: Leave blank.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputClippings
VideoOverlayInput.Builder inputClippings(Consumer<VideoOverlayInputClipping.Builder>... 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. This is a convenience method that creates an instance of theVideoOverlayInputClipping.Builderavoiding the need to create one manually viaVideoOverlayInputClipping.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toinputClippings(List<VideoOverlayInputClipping>).- Parameters:
inputClippings- a consumer that will call methods onVideoOverlayInputClipping.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
timecodeSource
Specify the timecode source for your video overlay input clips. 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.- Parameters:
timecodeSource- Specify the timecode source for your video overlay input clips. 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
timecodeSource
Specify the timecode source for your video overlay input clips. 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.- Parameters:
timecodeSource- Specify the timecode source for your video overlay input clips. 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
timecodeStart
Specify the starting timecode for this video overlay. To use this setting, you must set Timecode source to Specified start.- Parameters:
timecodeStart- Specify the starting timecode for this video overlay. To use this setting, you must set Timecode source to Specified start.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-