@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 |
codecProfileAsString()
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 |
framerateControlAsString()
Returns the value of the FramerateControl property for this object.
|
ProresFramerateConversionAlgorithm |
framerateConversionAlgorithm()
Returns the value of the FramerateConversionAlgorithm property for this object.
|
String |
framerateConversionAlgorithmAsString()
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 |
interlaceModeAsString()
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 |
parControlAsString()
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 |
slowPalAsString()
Returns the value of the SlowPal property for this object.
|
ProresTelecine |
telecine()
Returns the value of the Telecine property for this object.
|
String |
telecineAsString()
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
codecProfileAsString().
ProresCodecProfilepublic String codecProfileAsString()
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
codecProfileAsString().
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 framerateControlAsString().
ProresFramerateControlpublic String framerateControlAsString()
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 framerateControlAsString().
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 framerateConversionAlgorithmAsString().
ProresFramerateConversionAlgorithmpublic String framerateConversionAlgorithmAsString()
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 framerateConversionAlgorithmAsString().
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 interlaceModeAsString().
ProresInterlaceModepublic String interlaceModeAsString()
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 interlaceModeAsString().
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
parControlAsString().
ProresParControlpublic String parControlAsString()
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
parControlAsString().
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
slowPalAsString().
ProresSlowPalpublic String slowPalAsString()
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
slowPalAsString().
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
telecineAsString().
ProresTelecinepublic String telecineAsString()
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
telecineAsString().
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.