@Generated(value="software.amazon.awssdk:codegen") public final class ProresSettings extends Object implements SdkPojo, Serializable, 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.
|
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.
|
List<SdkField<?>> |
sdkFields() |
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() |
copy
public 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()
.
ProresCodecProfile
public 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()
.
ProresCodecProfile
public 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()
.
ProresFramerateControl
public 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()
.
ProresFramerateControl
public 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()
.
ProresFramerateConversionAlgorithm
public 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()
.
ProresFramerateConversionAlgorithm
public 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()
.
ProresInterlaceMode
public 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()
.
ProresInterlaceMode
public 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()
.
ProresParControl
public 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()
.
ProresParControl
public 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()
.
ProresSlowPal
public 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()
.
ProresSlowPal
public 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()
.
ProresTelecine
public 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()
.
ProresTelecine
public ProresSettings.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ProresSettings.Builder,ProresSettings>
public static ProresSettings.Builder builder()
public static Class<? extends ProresSettings.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.