@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() |
ProresChromaSampling |
chromaSampling()
This setting applies only to ProRes 4444 and ProRes 4444 XQ outputs that you create from inputs that use 4:4:4
chroma sampling.
|
String |
chromaSamplingAsString()
This setting applies only to ProRes 4444 and ProRes 4444 XQ outputs that you create from inputs that use 4:4:4
chroma sampling.
|
ProresCodecProfile |
codecProfile()
Use Profile to specify the type of Apple ProRes codec to use for this output.
|
String |
codecProfileAsString()
Use Profile to specify the type of Apple ProRes codec to use for this output.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
ProresFramerateControl |
framerateControl()
If you are using the console, use the Framerate setting to specify the frame rate for this output.
|
String |
framerateControlAsString()
If you are using the console, use the Framerate setting to specify the frame rate for this output.
|
ProresFramerateConversionAlgorithm |
framerateConversionAlgorithm()
Choose the method that you want MediaConvert to use when increasing or decreasing the frame rate.
|
String |
framerateConversionAlgorithmAsString()
Choose the method that you want MediaConvert to use when increasing or decreasing the frame rate.
|
Integer |
framerateDenominator()
When you use the API for transcode jobs that use frame rate conversion, specify the frame rate as a fraction.
|
Integer |
framerateNumerator()
When you use the API for transcode jobs that use frame rate conversion, specify the frame rate as a fraction.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ProresInterlaceMode |
interlaceMode()
Choose the scan line type for the output.
|
String |
interlaceModeAsString()
Choose the scan line type for the output.
|
ProresParControl |
parControl()
Optional.
|
String |
parControlAsString()
Optional.
|
Integer |
parDenominator()
Required when you set Pixel aspect ratio to SPECIFIED.
|
Integer |
parNumerator()
Required when you set Pixel aspect ratio to SPECIFIED.
|
ProresScanTypeConversionMode |
scanTypeConversionMode()
Use this setting for interlaced outputs, when your output frame rate is half of your input frame rate.
|
String |
scanTypeConversionModeAsString()
Use this setting for interlaced outputs, when your output frame rate is half of your input frame rate.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ProresSettings.Builder> |
serializableBuilderClass() |
ProresSlowPal |
slowPal()
Ignore this setting unless your input frame rate is 23.976 or 24 frames per second (fps).
|
String |
slowPalAsString()
Ignore this setting unless your input frame rate is 23.976 or 24 frames per second (fps).
|
ProresTelecine |
telecine()
When you do frame rate conversion from 23.976 frames per second (fps) to 29.97 fps, and your output scan type is
interlaced, you can optionally enable hard telecine to create a smoother picture.
|
String |
telecineAsString()
When you do frame rate conversion from 23.976 frames per second (fps) to 29.97 fps, and your output scan type is
interlaced, you can optionally enable hard telecine to create a smoother picture.
|
ProresSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ProresChromaSampling chromaSampling()
If the service returns an enum value that is not available in the current SDK version, chromaSampling
will return ProresChromaSampling.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from chromaSamplingAsString().
ProresChromaSamplingpublic final String chromaSamplingAsString()
If the service returns an enum value that is not available in the current SDK version, chromaSampling
will return ProresChromaSampling.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from chromaSamplingAsString().
ProresChromaSamplingpublic final 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 final 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 final 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 final 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 final 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 final 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 final Integer framerateDenominator()
public final Integer framerateNumerator()
public final 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 final 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 final 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 final 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 final Integer parDenominator()
public final Integer parNumerator()
public final ProresScanTypeConversionMode scanTypeConversionMode()
If the service returns an enum value that is not available in the current SDK version,
scanTypeConversionMode will return ProresScanTypeConversionMode.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from scanTypeConversionModeAsString().
ProresScanTypeConversionModepublic final String scanTypeConversionModeAsString()
If the service returns an enum value that is not available in the current SDK version,
scanTypeConversionMode will return ProresScanTypeConversionMode.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from scanTypeConversionModeAsString().
ProresScanTypeConversionModepublic final 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 final 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 final 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 final 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()
toBuilder in interface ToCopyableBuilder<ProresSettings.Builder,ProresSettings>public static ProresSettings.Builder builder()
public static Class<? extends ProresSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.