@Generated(value="software.amazon.awssdk:codegen") public final class AvcIntraSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AvcIntraSettings.Builder,AvcIntraSettings>
Modifier and Type | Class and Description |
---|---|
static interface |
AvcIntraSettings.Builder |
Modifier and Type | Method and Description |
---|---|
AvcIntraClass |
avcIntraClass()
Specify the AVC-Intra class of your output.
|
String |
avcIntraClassAsString()
Specify the AVC-Intra class of your output.
|
AvcIntraUhdSettings |
avcIntraUhdSettings()
Optional when you set AVC-Intra class to Class 4K/2K.
|
static AvcIntraSettings.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
AvcIntraFramerateControl |
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.
|
AvcIntraFramerateConversionAlgorithm |
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() |
AvcIntraInterlaceMode |
interlaceMode()
Choose the scan line type for the output.
|
String |
interlaceModeAsString()
Choose the scan line type for the output.
|
AvcIntraScanTypeConversionMode |
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 AvcIntraSettings.Builder> |
serializableBuilderClass() |
AvcIntraSlowPal |
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).
|
AvcIntraTelecine |
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.
|
AvcIntraSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final AvcIntraClass avcIntraClass()
If the service returns an enum value that is not available in the current SDK version, avcIntraClass
will return AvcIntraClass.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
avcIntraClassAsString()
.
AvcIntraClass
public final String avcIntraClassAsString()
If the service returns an enum value that is not available in the current SDK version, avcIntraClass
will return AvcIntraClass.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
avcIntraClassAsString()
.
AvcIntraClass
public final AvcIntraUhdSettings avcIntraUhdSettings()
public final AvcIntraFramerateControl framerateControl()
If the service returns an enum value that is not available in the current SDK version, framerateControl
will return AvcIntraFramerateControl.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from framerateControlAsString()
.
AvcIntraFramerateControl
public final String framerateControlAsString()
If the service returns an enum value that is not available in the current SDK version, framerateControl
will return AvcIntraFramerateControl.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from framerateControlAsString()
.
AvcIntraFramerateControl
public final AvcIntraFramerateConversionAlgorithm framerateConversionAlgorithm()
If the service returns an enum value that is not available in the current SDK version,
framerateConversionAlgorithm
will return
AvcIntraFramerateConversionAlgorithm.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from framerateConversionAlgorithmAsString()
.
AvcIntraFramerateConversionAlgorithm
public final String framerateConversionAlgorithmAsString()
If the service returns an enum value that is not available in the current SDK version,
framerateConversionAlgorithm
will return
AvcIntraFramerateConversionAlgorithm.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from framerateConversionAlgorithmAsString()
.
AvcIntraFramerateConversionAlgorithm
public final Integer framerateDenominator()
public final Integer framerateNumerator()
public final AvcIntraInterlaceMode interlaceMode()
If the service returns an enum value that is not available in the current SDK version, interlaceMode
will return AvcIntraInterlaceMode.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from interlaceModeAsString()
.
AvcIntraInterlaceMode
public final String interlaceModeAsString()
If the service returns an enum value that is not available in the current SDK version, interlaceMode
will return AvcIntraInterlaceMode.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from interlaceModeAsString()
.
AvcIntraInterlaceMode
public final AvcIntraScanTypeConversionMode scanTypeConversionMode()
If the service returns an enum value that is not available in the current SDK version,
scanTypeConversionMode
will return AvcIntraScanTypeConversionMode.UNKNOWN_TO_SDK_VERSION
. The
raw value returned by the service is available from scanTypeConversionModeAsString()
.
AvcIntraScanTypeConversionMode
public final String scanTypeConversionModeAsString()
If the service returns an enum value that is not available in the current SDK version,
scanTypeConversionMode
will return AvcIntraScanTypeConversionMode.UNKNOWN_TO_SDK_VERSION
. The
raw value returned by the service is available from scanTypeConversionModeAsString()
.
AvcIntraScanTypeConversionMode
public final AvcIntraSlowPal slowPal()
If the service returns an enum value that is not available in the current SDK version, slowPal
will
return AvcIntraSlowPal.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
slowPalAsString()
.
AvcIntraSlowPal
public final String slowPalAsString()
If the service returns an enum value that is not available in the current SDK version, slowPal
will
return AvcIntraSlowPal.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
slowPalAsString()
.
AvcIntraSlowPal
public final AvcIntraTelecine telecine()
If the service returns an enum value that is not available in the current SDK version, telecine
will
return AvcIntraTelecine.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
telecineAsString()
.
AvcIntraTelecine
public final String telecineAsString()
If the service returns an enum value that is not available in the current SDK version, telecine
will
return AvcIntraTelecine.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
telecineAsString()
.
AvcIntraTelecine
public AvcIntraSettings.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<AvcIntraSettings.Builder,AvcIntraSettings>
public static AvcIntraSettings.Builder builder()
public static Class<? extends AvcIntraSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.