@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProresSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
ProresSettings() |
| Modifier and Type | Method and Description |
|---|---|
ProresSettings |
clone() |
boolean |
equals(Object obj) |
String |
getCodecProfile() |
String |
getFramerateControl() |
String |
getFramerateConversionAlgorithm() |
Integer |
getFramerateDenominator()
Framerate denominator.
|
Integer |
getFramerateNumerator()
When you use the API for transcode jobs that use framerate conversion, specify the framerate as a fraction.
|
String |
getInterlaceMode() |
String |
getParControl() |
Integer |
getParDenominator()
Pixel Aspect Ratio denominator.
|
Integer |
getParNumerator()
Pixel Aspect Ratio numerator.
|
String |
getSlowPal() |
String |
getTelecine() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCodecProfile(String codecProfile) |
void |
setFramerateControl(String framerateControl) |
void |
setFramerateConversionAlgorithm(String framerateConversionAlgorithm) |
void |
setFramerateDenominator(Integer framerateDenominator)
Framerate denominator.
|
void |
setFramerateNumerator(Integer framerateNumerator)
When you use the API for transcode jobs that use framerate conversion, specify the framerate as a fraction.
|
void |
setInterlaceMode(String interlaceMode) |
void |
setParControl(String parControl) |
void |
setParDenominator(Integer parDenominator)
Pixel Aspect Ratio denominator.
|
void |
setParNumerator(Integer parNumerator)
Pixel Aspect Ratio numerator.
|
void |
setSlowPal(String slowPal) |
void |
setTelecine(String telecine) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ProresSettings |
withCodecProfile(ProresCodecProfile codecProfile) |
ProresSettings |
withCodecProfile(String codecProfile) |
ProresSettings |
withFramerateControl(ProresFramerateControl framerateControl) |
ProresSettings |
withFramerateControl(String framerateControl) |
ProresSettings |
withFramerateConversionAlgorithm(ProresFramerateConversionAlgorithm framerateConversionAlgorithm) |
ProresSettings |
withFramerateConversionAlgorithm(String framerateConversionAlgorithm) |
ProresSettings |
withFramerateDenominator(Integer framerateDenominator)
Framerate denominator.
|
ProresSettings |
withFramerateNumerator(Integer framerateNumerator)
When you use the API for transcode jobs that use framerate conversion, specify the framerate as a fraction.
|
ProresSettings |
withInterlaceMode(ProresInterlaceMode interlaceMode) |
ProresSettings |
withInterlaceMode(String interlaceMode) |
ProresSettings |
withParControl(ProresParControl parControl) |
ProresSettings |
withParControl(String parControl) |
ProresSettings |
withParDenominator(Integer parDenominator)
Pixel Aspect Ratio denominator.
|
ProresSettings |
withParNumerator(Integer parNumerator)
Pixel Aspect Ratio numerator.
|
ProresSettings |
withSlowPal(ProresSlowPal slowPal) |
ProresSettings |
withSlowPal(String slowPal) |
ProresSettings |
withTelecine(ProresTelecine telecine) |
ProresSettings |
withTelecine(String telecine) |
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 © 2018. All rights reserved.