@Generated(value="software.amazon.awssdk:codegen") public class VideoPreprocessor extends Object implements StructuredPojo, 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()
Enable the Color corrector (ColorCorrector) feature if necessary.
|
Deinterlacer |
deinterlacer()
Use Deinterlacer (Deinterlacer) to produce smoother motion and a clearer picture.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ImageInserter |
imageInserter()
Enable the Image inserter (ImageInserter) feature to include a graphic overlay on your video.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
NoiseReducer |
noiseReducer()
Enable the Noise reducer (NoiseReducer) feature to remove noise from your video output if necessary.
|
static Class<? extends VideoPreprocessor.Builder> |
serializableBuilderClass() |
TimecodeBurnin |
timecodeBurnin()
Timecode burn-in (TimecodeBurnIn)--Burns the output timecode and specified prefix into the output.
|
VideoPreprocessor.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic ColorCorrector colorCorrector()
public Deinterlacer deinterlacer()
public ImageInserter imageInserter()
public NoiseReducer noiseReducer()
public TimecodeBurnin timecodeBurnin()
public VideoPreprocessor.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<VideoPreprocessor.Builder,VideoPreprocessor>public static VideoPreprocessor.Builder builder()
public static Class<? extends VideoPreprocessor.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.