@Generated(value="software.amazon.awssdk:codegen") public final class Xavc4kProfileSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Xavc4kProfileSettings.Builder,Xavc4kProfileSettings>
| Modifier and Type | Class and Description |
|---|---|
static interface |
Xavc4kProfileSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
Xavc4kProfileBitrateClass |
bitrateClass()
Specify the XAVC 4k (Long GOP) Bitrate Class to set the bitrate of your output.
|
String |
bitrateClassAsString()
Specify the XAVC 4k (Long GOP) Bitrate Class to set the bitrate of your output.
|
static Xavc4kProfileSettings.Builder |
builder() |
Xavc4kProfileCodecProfile |
codecProfile()
Specify the codec profile for this output.
|
String |
codecProfileAsString()
Specify the codec profile for this output.
|
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, for the setting Adaptive
quantization.
|
String |
flickerAdaptiveQuantizationAsString()
The best way to set up adaptive quantization is to keep the default value, Auto, for the setting Adaptive
quantization.
|
<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.
|
Xavc4kProfileQualityTuningLevel |
qualityTuningLevel()
Optional.
|
String |
qualityTuningLevelAsString()
Optional.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Xavc4kProfileSettings.Builder> |
serializableBuilderClass() |
Integer |
slices()
Number of slices per picture.
|
Xavc4kProfileSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Xavc4kProfileBitrateClass bitrateClass()
If the service returns an enum value that is not available in the current SDK version, bitrateClass will
return Xavc4kProfileBitrateClass.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from bitrateClassAsString().
Xavc4kProfileBitrateClasspublic final String bitrateClassAsString()
If the service returns an enum value that is not available in the current SDK version, bitrateClass will
return Xavc4kProfileBitrateClass.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from bitrateClassAsString().
Xavc4kProfileBitrateClasspublic final Xavc4kProfileCodecProfile codecProfile()
If the service returns an enum value that is not available in the current SDK version, codecProfile will
return Xavc4kProfileCodecProfile.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from codecProfileAsString().
Xavc4kProfileCodecProfilepublic final String codecProfileAsString()
If the service returns an enum value that is not available in the current SDK version, codecProfile will
return Xavc4kProfileCodecProfile.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from codecProfileAsString().
Xavc4kProfileCodecProfilepublic 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 Xavc4kProfileQualityTuningLevel qualityTuningLevel()
If the service returns an enum value that is not available in the current SDK version,
qualityTuningLevel will return Xavc4kProfileQualityTuningLevel.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from qualityTuningLevelAsString().
Xavc4kProfileQualityTuningLevelpublic final String qualityTuningLevelAsString()
If the service returns an enum value that is not available in the current SDK version,
qualityTuningLevel will return Xavc4kProfileQualityTuningLevel.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from qualityTuningLevelAsString().
Xavc4kProfileQualityTuningLevelpublic final Integer slices()
public Xavc4kProfileSettings.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Xavc4kProfileSettings.Builder,Xavc4kProfileSettings>public static Xavc4kProfileSettings.Builder builder()
public static Class<? extends Xavc4kProfileSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.