@Generated(value="software.amazon.awssdk:codegen") public final class Vc3Settings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Vc3Settings.Builder,Vc3Settings>
Modifier and Type | Class and Description |
---|---|
static interface |
Vc3Settings.Builder |
Modifier and Type | Method and Description |
---|---|
static Vc3Settings.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Vc3FramerateControl |
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.
|
Vc3FramerateConversionAlgorithm |
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() |
Vc3InterlaceMode |
interlaceMode()
Optional.
|
String |
interlaceModeAsString()
Optional.
|
Vc3ScanTypeConversionMode |
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 Vc3Settings.Builder> |
serializableBuilderClass() |
Vc3SlowPal |
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).
|
Vc3Telecine |
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.
|
Vc3Settings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Vc3Class |
vc3Class()
Specify the VC3 class to choose the quality characteristics for this output.
|
String |
vc3ClassAsString()
Specify the VC3 class to choose the quality characteristics for this output.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final Vc3FramerateControl framerateControl()
If the service returns an enum value that is not available in the current SDK version, framerateControl
will return Vc3FramerateControl.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from framerateControlAsString()
.
Vc3FramerateControl
public final String framerateControlAsString()
If the service returns an enum value that is not available in the current SDK version, framerateControl
will return Vc3FramerateControl.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from framerateControlAsString()
.
Vc3FramerateControl
public final Vc3FramerateConversionAlgorithm framerateConversionAlgorithm()
If the service returns an enum value that is not available in the current SDK version,
framerateConversionAlgorithm
will return Vc3FramerateConversionAlgorithm.UNKNOWN_TO_SDK_VERSION
.
The raw value returned by the service is available from framerateConversionAlgorithmAsString()
.
Vc3FramerateConversionAlgorithm
public final String framerateConversionAlgorithmAsString()
If the service returns an enum value that is not available in the current SDK version,
framerateConversionAlgorithm
will return Vc3FramerateConversionAlgorithm.UNKNOWN_TO_SDK_VERSION
.
The raw value returned by the service is available from framerateConversionAlgorithmAsString()
.
Vc3FramerateConversionAlgorithm
public final Integer framerateDenominator()
public final Integer framerateNumerator()
public final Vc3InterlaceMode interlaceMode()
If the service returns an enum value that is not available in the current SDK version, interlaceMode
will return Vc3InterlaceMode.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from interlaceModeAsString()
.
Vc3InterlaceMode
public final String interlaceModeAsString()
If the service returns an enum value that is not available in the current SDK version, interlaceMode
will return Vc3InterlaceMode.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from interlaceModeAsString()
.
Vc3InterlaceMode
public final Vc3ScanTypeConversionMode scanTypeConversionMode()
If the service returns an enum value that is not available in the current SDK version,
scanTypeConversionMode
will return Vc3ScanTypeConversionMode.UNKNOWN_TO_SDK_VERSION
. The raw
value returned by the service is available from scanTypeConversionModeAsString()
.
Vc3ScanTypeConversionMode
public final String scanTypeConversionModeAsString()
If the service returns an enum value that is not available in the current SDK version,
scanTypeConversionMode
will return Vc3ScanTypeConversionMode.UNKNOWN_TO_SDK_VERSION
. The raw
value returned by the service is available from scanTypeConversionModeAsString()
.
Vc3ScanTypeConversionMode
public final Vc3SlowPal slowPal()
If the service returns an enum value that is not available in the current SDK version, slowPal
will
return Vc3SlowPal.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
slowPalAsString()
.
Vc3SlowPal
public final String slowPalAsString()
If the service returns an enum value that is not available in the current SDK version, slowPal
will
return Vc3SlowPal.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
slowPalAsString()
.
Vc3SlowPal
public final Vc3Telecine telecine()
If the service returns an enum value that is not available in the current SDK version, telecine
will
return Vc3Telecine.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
telecineAsString()
.
Vc3Telecine
public final String telecineAsString()
If the service returns an enum value that is not available in the current SDK version, telecine
will
return Vc3Telecine.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
telecineAsString()
.
Vc3Telecine
public final Vc3Class vc3Class()
If the service returns an enum value that is not available in the current SDK version, vc3Class
will
return Vc3Class.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
vc3ClassAsString()
.
Vc3Class
public final String vc3ClassAsString()
If the service returns an enum value that is not available in the current SDK version, vc3Class
will
return Vc3Class.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
vc3ClassAsString()
.
Vc3Class
public Vc3Settings.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<Vc3Settings.Builder,Vc3Settings>
public static Vc3Settings.Builder builder()
public static Class<? extends Vc3Settings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.