public static interface ImageInserter.Builder extends SdkPojo, CopyableBuilder<ImageInserter.Builder,ImageInserter>
| Modifier and Type | Method and Description |
|---|---|
ImageInserter.Builder |
insertableImages(Collection<InsertableImage> insertableImages)
Specify the images that you want to overlay on your video.
|
ImageInserter.Builder |
insertableImages(Consumer<InsertableImage.Builder>... insertableImages)
Specify the images that you want to overlay on your video.
|
ImageInserter.Builder |
insertableImages(InsertableImage... insertableImages)
Specify the images that you want to overlay on your video.
|
ImageInserter.Builder |
sdrReferenceWhiteLevel(Integer sdrReferenceWhiteLevel)
Specify the reference white level, in nits, for all of your image inserter images.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildImageInserter.Builder insertableImages(Collection<InsertableImage> insertableImages)
insertableImages - Specify the images that you want to overlay on your video. The images must be PNG or TGA files.ImageInserter.Builder insertableImages(InsertableImage... insertableImages)
insertableImages - Specify the images that you want to overlay on your video. The images must be PNG or TGA files.ImageInserter.Builder insertableImages(Consumer<InsertableImage.Builder>... insertableImages)
InsertableImage.Builder avoiding the need to
create one manually via InsertableImage.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #insertableImages(List.
insertableImages - a consumer that will call methods on
InsertableImage.Builder#insertableImages(java.util.Collection) ImageInserter.Builder sdrReferenceWhiteLevel(Integer sdrReferenceWhiteLevel)
sdrReferenceWhiteLevel - Specify the reference white level, in nits, for all of your image inserter images. Use to correct
brightness levels within HDR10 outputs. For 1,000 nit peak brightness displays, we recommend that you
set SDR reference white level to 203 (according to ITU-R BT.2408). Leave blank to use the default
value of 100, or specify an integer from 100 to 1000.Copyright © 2023. All rights reserved.