Uses of Class
software.amazon.awssdk.services.mediaconvert.model.ImageInserter
-
Packages that use ImageInserter Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of ImageInserter in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return ImageInserter Modifier and Type Method Description ImageInserterInput. imageInserter()Enable the image inserter feature to include a graphic overlay on your video.ImageInserterInputTemplate. imageInserter()Enable the image inserter feature to include a graphic overlay on your video.ImageInserterVideoPreprocessor. imageInserter()Enable the Image inserter feature to include a graphic overlay on your video.Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type ImageInserter Modifier and Type Method Description Input.BuilderInput.Builder. imageInserter(ImageInserter imageInserter)Enable the image inserter feature to include a graphic overlay on your video.InputTemplate.BuilderInputTemplate.Builder. imageInserter(ImageInserter imageInserter)Enable the image inserter feature to include a graphic overlay on your video.VideoPreprocessor.BuilderVideoPreprocessor.Builder. imageInserter(ImageInserter imageInserter)Enable the Image inserter feature to include a graphic overlay on your video.
-