Uses of Class
software.amazon.awssdk.services.mediaconvert.model.VideoOverlay
-
Packages that use VideoOverlay Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of VideoOverlay in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type VideoOverlay Modifier and Type Method Description List<VideoOverlay>Input. videoOverlays()Contains an array of video overlays.List<VideoOverlay>InputTemplate. videoOverlays()Contains an array of video overlays.Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type VideoOverlay Modifier and Type Method Description Input.BuilderInput.Builder. videoOverlays(VideoOverlay... videoOverlays)Contains an array of video overlays.InputTemplate.BuilderInputTemplate.Builder. videoOverlays(VideoOverlay... videoOverlays)Contains an array of video overlays.Method parameters in software.amazon.awssdk.services.mediaconvert.model with type arguments of type VideoOverlay Modifier and Type Method Description Input.BuilderInput.Builder. videoOverlays(Collection<VideoOverlay> videoOverlays)Contains an array of video overlays.InputTemplate.BuilderInputTemplate.Builder. videoOverlays(Collection<VideoOverlay> videoOverlays)Contains an array of video overlays.
-