| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
ImageInserter |
ImageInserter.clone() |
ImageInserter |
Input.getImageInserter()
Enable the image inserter feature to include a graphic overlay on your video.
|
ImageInserter |
InputTemplate.getImageInserter()
Enable the image inserter feature to include a graphic overlay on your video.
|
ImageInserter |
VideoPreprocessor.getImageInserter()
Enable the Image inserter feature to include a graphic overlay on your video.
|
ImageInserter |
ImageInserter.withInsertableImages(Collection<InsertableImage> insertableImages)
Specify the images that you want to overlay on your video.
|
ImageInserter |
ImageInserter.withInsertableImages(InsertableImage... insertableImages)
Specify the images that you want to overlay on your video.
|
ImageInserter |
ImageInserter.withSdrReferenceWhiteLevel(Integer sdrReferenceWhiteLevel)
Specify the reference white level, in nits, for all of your image inserter images.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Input.setImageInserter(ImageInserter imageInserter)
Enable the image inserter feature to include a graphic overlay on your video.
|
void |
InputTemplate.setImageInserter(ImageInserter imageInserter)
Enable the image inserter feature to include a graphic overlay on your video.
|
void |
VideoPreprocessor.setImageInserter(ImageInserter imageInserter)
Enable the Image inserter feature to include a graphic overlay on your video.
|
Input |
Input.withImageInserter(ImageInserter imageInserter)
Enable the image inserter feature to include a graphic overlay on your video.
|
InputTemplate |
InputTemplate.withImageInserter(ImageInserter imageInserter)
Enable the image inserter feature to include a graphic overlay on your video.
|
VideoPreprocessor |
VideoPreprocessor.withImageInserter(ImageInserter imageInserter)
Enable the Image inserter feature to include a graphic overlay on your video.
|
Copyright © 2024. All rights reserved.