@Generated(value="software.amazon.awssdk:codegen") public class ProresSettings extends Object implements StructuredPojo, ToCopyableBuilder<ProresSettings.Builder,ProresSettings>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ProresSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ProresSettings.Builder |
builder() |
ProresCodecProfile |
codecProfile()
Returns the value of the CodecProfile property for this object.
|
String |
codecProfileString()
Returns the value of the CodecProfile property for this object.
|
boolean |
equals(Object obj) |
ProresFramerateControl |
framerateControl()
Returns the value of the FramerateControl property for this object.
|
String |
framerateControlString()
Returns the value of the FramerateControl property for this object.
|
ProresFramerateConversionAlgorithm |
framerateConversionAlgorithm()
Returns the value of the FramerateConversionAlgorithm property for this object.
|
String |
framerateConversionAlgorithmString()
Returns the value of the FramerateConversionAlgorithm property for this object.
|
Integer |
framerateDenominator()
Framerate denominator.
|
Integer |
framerateNumerator()
When you use the API for transcode jobs that use framerate conversion, specify the framerate as a fraction.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ProresInterlaceMode |
interlaceMode()
Returns the value of the InterlaceMode property for this object.
|
String |
interlaceModeString()
Returns the value of the InterlaceMode property for this object.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
ProresParControl |
parControl()
Returns the value of the ParControl property for this object.
|
String |
parControlString()
Returns the value of the ParControl property for this object.
|
Integer |
parDenominator()
Pixel Aspect Ratio denominator.
|
Integer |
parNumerator()
Pixel Aspect Ratio numerator.
|
static Class<? extends ProresSettings.Builder> |
serializableBuilderClass() |
ProresSlowPal |
slowPal()
Returns the value of the SlowPal property for this object.
|
String |
slowPalString()
Returns the value of the SlowPal property for this object.
|
ProresTelecine |
telecine()
Returns the value of the Telecine property for this object.
|
String |
telecineString()
Returns the value of the Telecine property for this object.
|
ProresSettings.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic ProresCodecProfile codecProfile()
If the service returns an enum value that is not available in the current SDK version, codecProfile will
return ProresCodecProfile.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
codecProfileString().
ProresCodecProfilepublic String codecProfileString()
If the service returns an enum value that is not available in the current SDK version, codecProfile will
return ProresCodecProfile.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
codecProfileString().
ProresCodecProfilepublic ProresFramerateControl framerateControl()
If the service returns an enum value that is not available in the current SDK version, framerateControl
will return ProresFramerateControl.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from framerateControlString().
ProresFramerateControlpublic String framerateControlString()
If the service returns an enum value that is not available in the current SDK version, framerateControl
will return ProresFramerateControl.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from framerateControlString().
ProresFramerateControlpublic ProresFramerateConversionAlgorithm framerateConversionAlgorithm()
If the service returns an enum value that is not available in the current SDK version,
framerateConversionAlgorithm will return
ProresFramerateConversionAlgorithm.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from framerateConversionAlgorithmString().
ProresFramerateConversionAlgorithmpublic String framerateConversionAlgorithmString()
If the service returns an enum value that is not available in the current SDK version,
framerateConversionAlgorithm will return
ProresFramerateConversionAlgorithm.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from framerateConversionAlgorithmString().
ProresFramerateConversionAlgorithmpublic Integer framerateDenominator()
public Integer framerateNumerator()
public ProresInterlaceMode interlaceMode()
If the service returns an enum value that is not available in the current SDK version, interlaceMode
will return ProresInterlaceMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from interlaceModeString().
ProresInterlaceModepublic String interlaceModeString()
If the service returns an enum value that is not available in the current SDK version, interlaceMode
will return ProresInterlaceMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from interlaceModeString().
ProresInterlaceModepublic ProresParControl parControl()
If the service returns an enum value that is not available in the current SDK version, parControl will
return ProresParControl.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
parControlString().
ProresParControlpublic String parControlString()
If the service returns an enum value that is not available in the current SDK version, parControl will
return ProresParControl.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
parControlString().
ProresParControlpublic Integer parDenominator()
public Integer parNumerator()
public ProresSlowPal slowPal()
If the service returns an enum value that is not available in the current SDK version, slowPal will
return ProresSlowPal.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
slowPalString().
ProresSlowPalpublic String slowPalString()
If the service returns an enum value that is not available in the current SDK version, slowPal will
return ProresSlowPal.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
slowPalString().
ProresSlowPalpublic ProresTelecine telecine()
If the service returns an enum value that is not available in the current SDK version, telecine will
return ProresTelecine.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
telecineString().
ProresTelecinepublic String telecineString()
If the service returns an enum value that is not available in the current SDK version, telecine will
return ProresTelecine.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
telecineString().
ProresTelecinepublic ProresSettings.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ProresSettings.Builder,ProresSettings>public static ProresSettings.Builder builder()
public static Class<? extends ProresSettings.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.