@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VideoPreprocessor extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
VideoPreprocessor() |
Modifier and Type | Method and Description |
---|---|
VideoPreprocessor |
clone() |
boolean |
equals(Object obj) |
ColorCorrector |
getColorCorrector()
Enable the Color corrector (ColorCorrector) feature if necessary.
|
Deinterlacer |
getDeinterlacer()
Use Deinterlacer (Deinterlacer) to produce smoother motion and a clearer picture.
|
ImageInserter |
getImageInserter()
Enable the Image inserter (ImageInserter) feature to include a graphic overlay on your video.
|
NoiseReducer |
getNoiseReducer()
Enable the Noise reducer (NoiseReducer) feature to remove noise from your video output if necessary.
|
TimecodeBurnin |
getTimecodeBurnin()
Timecode burn-in (TimecodeBurnIn)--Burns the output timecode and specified prefix into the output.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setColorCorrector(ColorCorrector colorCorrector)
Enable the Color corrector (ColorCorrector) feature if necessary.
|
void |
setDeinterlacer(Deinterlacer deinterlacer)
Use Deinterlacer (Deinterlacer) to produce smoother motion and a clearer picture.
|
void |
setImageInserter(ImageInserter imageInserter)
Enable the Image inserter (ImageInserter) feature to include a graphic overlay on your video.
|
void |
setNoiseReducer(NoiseReducer noiseReducer)
Enable the Noise reducer (NoiseReducer) feature to remove noise from your video output if necessary.
|
void |
setTimecodeBurnin(TimecodeBurnin timecodeBurnin)
Timecode burn-in (TimecodeBurnIn)--Burns the output timecode and specified prefix into the output.
|
String |
toString()
Returns a string representation of this object.
|
VideoPreprocessor |
withColorCorrector(ColorCorrector colorCorrector)
Enable the Color corrector (ColorCorrector) feature if necessary.
|
VideoPreprocessor |
withDeinterlacer(Deinterlacer deinterlacer)
Use Deinterlacer (Deinterlacer) to produce smoother motion and a clearer picture.
|
VideoPreprocessor |
withImageInserter(ImageInserter imageInserter)
Enable the Image inserter (ImageInserter) feature to include a graphic overlay on your video.
|
VideoPreprocessor |
withNoiseReducer(NoiseReducer noiseReducer)
Enable the Noise reducer (NoiseReducer) feature to remove noise from your video output if necessary.
|
VideoPreprocessor |
withTimecodeBurnin(TimecodeBurnin timecodeBurnin)
Timecode burn-in (TimecodeBurnIn)--Burns the output timecode and specified prefix into the output.
|
public void setColorCorrector(ColorCorrector colorCorrector)
colorCorrector
- Enable the Color corrector (ColorCorrector) feature if necessary. Enable or disable this feature for each
output individually. This setting is disabled by default.public ColorCorrector getColorCorrector()
public VideoPreprocessor withColorCorrector(ColorCorrector colorCorrector)
colorCorrector
- Enable the Color corrector (ColorCorrector) feature if necessary. Enable or disable this feature for each
output individually. This setting is disabled by default.public void setDeinterlacer(Deinterlacer deinterlacer)
deinterlacer
- Use Deinterlacer (Deinterlacer) to produce smoother motion and a clearer picture.public Deinterlacer getDeinterlacer()
public VideoPreprocessor withDeinterlacer(Deinterlacer deinterlacer)
deinterlacer
- Use Deinterlacer (Deinterlacer) to produce smoother motion and a clearer picture.public void setImageInserter(ImageInserter imageInserter)
imageInserter
- Enable the Image inserter (ImageInserter) feature to include a graphic overlay on your video. Enable or
disable this feature for each output individually. This setting is disabled by default.public ImageInserter getImageInserter()
public VideoPreprocessor withImageInserter(ImageInserter imageInserter)
imageInserter
- Enable the Image inserter (ImageInserter) feature to include a graphic overlay on your video. Enable or
disable this feature for each output individually. This setting is disabled by default.public void setNoiseReducer(NoiseReducer noiseReducer)
noiseReducer
- Enable the Noise reducer (NoiseReducer) feature to remove noise from your video output if necessary.
Enable or disable this feature for each output individually. This setting is disabled by default.public NoiseReducer getNoiseReducer()
public VideoPreprocessor withNoiseReducer(NoiseReducer noiseReducer)
noiseReducer
- Enable the Noise reducer (NoiseReducer) feature to remove noise from your video output if necessary.
Enable or disable this feature for each output individually. This setting is disabled by default.public void setTimecodeBurnin(TimecodeBurnin timecodeBurnin)
timecodeBurnin
- Timecode burn-in (TimecodeBurnIn)--Burns the output timecode and specified prefix into the output.public TimecodeBurnin getTimecodeBurnin()
public VideoPreprocessor withTimecodeBurnin(TimecodeBurnin timecodeBurnin)
timecodeBurnin
- Timecode burn-in (TimecodeBurnIn)--Burns the output timecode and specified prefix into the output.public String toString()
toString
in class Object
Object.toString()
public VideoPreprocessor clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.