@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProresSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
ProresSettings() |
public void setCodecProfile(String codecProfile)
codecProfile - ProresCodecProfilepublic String getCodecProfile()
ProresCodecProfilepublic ProresSettings withCodecProfile(String codecProfile)
codecProfile - ProresCodecProfilepublic ProresSettings withCodecProfile(ProresCodecProfile codecProfile)
codecProfile - ProresCodecProfilepublic void setFramerateControl(String framerateControl)
framerateControl - ProresFramerateControlpublic String getFramerateControl()
ProresFramerateControlpublic ProresSettings withFramerateControl(String framerateControl)
framerateControl - ProresFramerateControlpublic ProresSettings withFramerateControl(ProresFramerateControl framerateControl)
framerateControl - ProresFramerateControlpublic void setFramerateConversionAlgorithm(String framerateConversionAlgorithm)
framerateConversionAlgorithm - ProresFramerateConversionAlgorithmpublic String getFramerateConversionAlgorithm()
ProresFramerateConversionAlgorithmpublic ProresSettings withFramerateConversionAlgorithm(String framerateConversionAlgorithm)
framerateConversionAlgorithm - ProresFramerateConversionAlgorithmpublic ProresSettings withFramerateConversionAlgorithm(ProresFramerateConversionAlgorithm framerateConversionAlgorithm)
framerateConversionAlgorithm - ProresFramerateConversionAlgorithmpublic void setFramerateDenominator(Integer framerateDenominator)
framerateDenominator - Framerate denominator.public Integer getFramerateDenominator()
public ProresSettings withFramerateDenominator(Integer framerateDenominator)
framerateDenominator - Framerate denominator.public void setFramerateNumerator(Integer framerateNumerator)
framerateNumerator - When you use the API for transcode jobs that use framerate conversion, specify the framerate as a
fraction. For example, 24000 / 1001 = 23.976 fps. Use FramerateNumerator to specify the numerator of this
fraction. In this example, use 24000 for the value of FramerateNumerator.public Integer getFramerateNumerator()
public ProresSettings withFramerateNumerator(Integer framerateNumerator)
framerateNumerator - When you use the API for transcode jobs that use framerate conversion, specify the framerate as a
fraction. For example, 24000 / 1001 = 23.976 fps. Use FramerateNumerator to specify the numerator of this
fraction. In this example, use 24000 for the value of FramerateNumerator.public void setInterlaceMode(String interlaceMode)
interlaceMode - ProresInterlaceModepublic String getInterlaceMode()
ProresInterlaceModepublic ProresSettings withInterlaceMode(String interlaceMode)
interlaceMode - ProresInterlaceModepublic ProresSettings withInterlaceMode(ProresInterlaceMode interlaceMode)
interlaceMode - ProresInterlaceModepublic void setParControl(String parControl)
parControl - ProresParControlpublic String getParControl()
ProresParControlpublic ProresSettings withParControl(String parControl)
parControl - ProresParControlpublic ProresSettings withParControl(ProresParControl parControl)
parControl - ProresParControlpublic void setParDenominator(Integer parDenominator)
parDenominator - Pixel Aspect Ratio denominator.public Integer getParDenominator()
public ProresSettings withParDenominator(Integer parDenominator)
parDenominator - Pixel Aspect Ratio denominator.public void setParNumerator(Integer parNumerator)
parNumerator - Pixel Aspect Ratio numerator.public Integer getParNumerator()
public ProresSettings withParNumerator(Integer parNumerator)
parNumerator - Pixel Aspect Ratio numerator.public void setSlowPal(String slowPal)
slowPal - ProresSlowPalpublic String getSlowPal()
ProresSlowPalpublic ProresSettings withSlowPal(String slowPal)
slowPal - ProresSlowPalpublic ProresSettings withSlowPal(ProresSlowPal slowPal)
slowPal - ProresSlowPalpublic void setTelecine(String telecine)
telecine - ProresTelecinepublic String getTelecine()
ProresTelecinepublic ProresSettings withTelecine(String telecine)
telecine - ProresTelecinepublic ProresSettings withTelecine(ProresTelecine telecine)
telecine - ProresTelecinepublic String toString()
toString in class ObjectObject.toString()public ProresSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.