@Generated(value="software.amazon.awssdk:codegen") public final class VideoPreprocessor extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VideoPreprocessor.Builder,VideoPreprocessor>
Modifier and Type | Class and Description |
---|---|
static interface |
VideoPreprocessor.Builder |
Modifier and Type | Method and Description |
---|---|
static VideoPreprocessor.Builder |
builder() |
ColorCorrector |
colorCorrector()
Use these settings to convert the color space or to modify properties such as hue and contrast for this output.
|
Deinterlacer |
deinterlacer()
Use the deinterlacer to produce smoother motion and a clearer picture.
|
DolbyVision |
dolbyVision()
Enable Dolby Vision feature to produce Dolby Vision compatible video output.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Hdr10Plus |
hdr10Plus()
Enable HDR10+ analyis and metadata injection.
|
ImageInserter |
imageInserter()
Enable the Image inserter (ImageInserter) feature to include a graphic overlay on your video.
|
NoiseReducer |
noiseReducer()
Enable the Noise reducer (NoiseReducer) feature to remove noise from your video output if necessary.
|
PartnerWatermarking |
partnerWatermarking()
If you work with a third party video watermarking partner, use the group of settings that correspond with your
watermarking partner to include watermarks in your output.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends VideoPreprocessor.Builder> |
serializableBuilderClass() |
TimecodeBurnin |
timecodeBurnin()
Settings for burning the output timecode and specified prefix into the output.
|
VideoPreprocessor.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final ColorCorrector colorCorrector()
public final Deinterlacer deinterlacer()
public final DolbyVision dolbyVision()
public final Hdr10Plus hdr10Plus()
public final ImageInserter imageInserter()
public final NoiseReducer noiseReducer()
public final PartnerWatermarking partnerWatermarking()
public final TimecodeBurnin timecodeBurnin()
public VideoPreprocessor.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<VideoPreprocessor.Builder,VideoPreprocessor>
public static VideoPreprocessor.Builder builder()
public static Class<? extends VideoPreprocessor.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.