@Generated(value="software.amazon.awssdk:codegen") public final class XavcHdProfileSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<XavcHdProfileSettings.Builder,XavcHdProfileSettings>
| Modifier and Type | Class and Description |
|---|---|
static interface |
XavcHdProfileSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
XavcHdProfileBitrateClass |
bitrateClass()
Specify the XAVC HD (Long GOP) Bitrate Class to set the bitrate of your output.
|
String |
bitrateClassAsString()
Specify the XAVC HD (Long GOP) Bitrate Class to set the bitrate of your output.
|
static XavcHdProfileSettings.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
XavcFlickerAdaptiveQuantization |
flickerAdaptiveQuantization()
The best way to set up adaptive quantization is to keep the default value, Auto (AUTO), for the setting Adaptive
quantization (XavcAdaptiveQuantization).
|
String |
flickerAdaptiveQuantizationAsString()
The best way to set up adaptive quantization is to keep the default value, Auto (AUTO), for the setting Adaptive
quantization (XavcAdaptiveQuantization).
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
XavcGopBReference |
gopBReference()
Specify whether the encoder uses B-frames as reference frames for other pictures in the same GOP.
|
String |
gopBReferenceAsString()
Specify whether the encoder uses B-frames as reference frames for other pictures in the same GOP.
|
Integer |
gopClosedCadence()
Frequency of closed GOPs.
|
int |
hashCode() |
Integer |
hrdBufferSize()
Specify the size of the buffer that MediaConvert uses in the HRD buffer model for this output.
|
XavcInterlaceMode |
interlaceMode()
Choose the scan line type for the output.
|
String |
interlaceModeAsString()
Choose the scan line type for the output.
|
XavcHdProfileQualityTuningLevel |
qualityTuningLevel()
Optional.
|
String |
qualityTuningLevelAsString()
Optional.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends XavcHdProfileSettings.Builder> |
serializableBuilderClass() |
Integer |
slices()
Number of slices per picture.
|
XavcHdProfileTelecine |
telecine()
Ignore this setting unless you set Frame rate (framerateNumerator divided by framerateDenominator) to 29.970.
|
String |
telecineAsString()
Ignore this setting unless you set Frame rate (framerateNumerator divided by framerateDenominator) to 29.970.
|
XavcHdProfileSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final XavcHdProfileBitrateClass bitrateClass()
If the service returns an enum value that is not available in the current SDK version, bitrateClass will
return XavcHdProfileBitrateClass.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from bitrateClassAsString().
XavcHdProfileBitrateClasspublic final String bitrateClassAsString()
If the service returns an enum value that is not available in the current SDK version, bitrateClass will
return XavcHdProfileBitrateClass.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from bitrateClassAsString().
XavcHdProfileBitrateClasspublic final XavcFlickerAdaptiveQuantization flickerAdaptiveQuantization()
If the service returns an enum value that is not available in the current SDK version,
flickerAdaptiveQuantization will return XavcFlickerAdaptiveQuantization.UNKNOWN_TO_SDK_VERSION.
The raw value returned by the service is available from flickerAdaptiveQuantizationAsString().
XavcFlickerAdaptiveQuantizationpublic final String flickerAdaptiveQuantizationAsString()
If the service returns an enum value that is not available in the current SDK version,
flickerAdaptiveQuantization will return XavcFlickerAdaptiveQuantization.UNKNOWN_TO_SDK_VERSION.
The raw value returned by the service is available from flickerAdaptiveQuantizationAsString().
XavcFlickerAdaptiveQuantizationpublic final XavcGopBReference gopBReference()
If the service returns an enum value that is not available in the current SDK version, gopBReference
will return XavcGopBReference.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from gopBReferenceAsString().
XavcGopBReferencepublic final String gopBReferenceAsString()
If the service returns an enum value that is not available in the current SDK version, gopBReference
will return XavcGopBReference.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from gopBReferenceAsString().
XavcGopBReferencepublic final Integer gopClosedCadence()
public final Integer hrdBufferSize()
public final XavcInterlaceMode interlaceMode()
If the service returns an enum value that is not available in the current SDK version, interlaceMode
will return XavcInterlaceMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from interlaceModeAsString().
XavcInterlaceModepublic final String interlaceModeAsString()
If the service returns an enum value that is not available in the current SDK version, interlaceMode
will return XavcInterlaceMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from interlaceModeAsString().
XavcInterlaceModepublic final XavcHdProfileQualityTuningLevel qualityTuningLevel()
If the service returns an enum value that is not available in the current SDK version,
qualityTuningLevel will return XavcHdProfileQualityTuningLevel.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from qualityTuningLevelAsString().
XavcHdProfileQualityTuningLevelpublic final String qualityTuningLevelAsString()
If the service returns an enum value that is not available in the current SDK version,
qualityTuningLevel will return XavcHdProfileQualityTuningLevel.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from qualityTuningLevelAsString().
XavcHdProfileQualityTuningLevelpublic final Integer slices()
public final XavcHdProfileTelecine telecine()
If the service returns an enum value that is not available in the current SDK version, telecine will
return XavcHdProfileTelecine.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from telecineAsString().
XavcHdProfileTelecinepublic final String telecineAsString()
If the service returns an enum value that is not available in the current SDK version, telecine will
return XavcHdProfileTelecine.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from telecineAsString().
XavcHdProfileTelecinepublic XavcHdProfileSettings.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<XavcHdProfileSettings.Builder,XavcHdProfileSettings>public static XavcHdProfileSettings.Builder builder()
public static Class<? extends XavcHdProfileSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.