@Generated(value="software.amazon.awssdk:codegen") public final class Av1Settings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Av1Settings.Builder,Av1Settings>
Modifier and Type | Class and Description |
---|---|
static interface |
Av1Settings.Builder |
Modifier and Type | Method and Description |
---|---|
Av1AdaptiveQuantization |
adaptiveQuantization()
Specify the strength of any adaptive quantization filters that you enable.
|
String |
adaptiveQuantizationAsString()
Specify the strength of any adaptive quantization filters that you enable.
|
Av1BitDepth |
bitDepth()
Specify the Bit depth (Av1BitDepth).
|
String |
bitDepthAsString()
Specify the Bit depth (Av1BitDepth).
|
static Av1Settings.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Av1FramerateControl |
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.
|
Av1FramerateConversionAlgorithm |
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) |
Double |
gopSize()
Specify the GOP length (keyframe interval) in frames.
|
int |
hashCode() |
Integer |
maxBitrate()
Maximum bitrate in bits/second.
|
Integer |
numberBFramesBetweenReferenceFrames()
Specify from the number of B-frames, in the range of 0-15.
|
Av1QvbrSettings |
qvbrSettings()
Settings for quality-defined variable bitrate encoding with the H.265 codec.
|
Av1RateControlMode |
rateControlMode()
'With AV1 outputs, for rate control mode, MediaConvert supports only quality-defined variable bitrate (QVBR).
|
String |
rateControlModeAsString()
'With AV1 outputs, for rate control mode, MediaConvert supports only quality-defined variable bitrate (QVBR).
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Av1Settings.Builder> |
serializableBuilderClass() |
Integer |
slices()
Specify the number of slices per picture.
|
Av1SpatialAdaptiveQuantization |
spatialAdaptiveQuantization()
Keep the default value, Enabled (ENABLED), to adjust quantization within each frame based on spatial variation of
content complexity.
|
String |
spatialAdaptiveQuantizationAsString()
Keep the default value, Enabled (ENABLED), to adjust quantization within each frame based on spatial variation of
content complexity.
|
Av1Settings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final Av1AdaptiveQuantization adaptiveQuantization()
If the service returns an enum value that is not available in the current SDK version,
adaptiveQuantization
will return Av1AdaptiveQuantization.UNKNOWN_TO_SDK_VERSION
. The raw value
returned by the service is available from adaptiveQuantizationAsString()
.
Av1AdaptiveQuantization
public final String adaptiveQuantizationAsString()
If the service returns an enum value that is not available in the current SDK version,
adaptiveQuantization
will return Av1AdaptiveQuantization.UNKNOWN_TO_SDK_VERSION
. The raw value
returned by the service is available from adaptiveQuantizationAsString()
.
Av1AdaptiveQuantization
public final Av1BitDepth bitDepth()
If the service returns an enum value that is not available in the current SDK version, bitDepth
will
return Av1BitDepth.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
bitDepthAsString()
.
Av1BitDepth
public final String bitDepthAsString()
If the service returns an enum value that is not available in the current SDK version, bitDepth
will
return Av1BitDepth.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
bitDepthAsString()
.
Av1BitDepth
public final Av1FramerateControl framerateControl()
If the service returns an enum value that is not available in the current SDK version, framerateControl
will return Av1FramerateControl.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from framerateControlAsString()
.
Av1FramerateControl
public final String framerateControlAsString()
If the service returns an enum value that is not available in the current SDK version, framerateControl
will return Av1FramerateControl.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from framerateControlAsString()
.
Av1FramerateControl
public final Av1FramerateConversionAlgorithm framerateConversionAlgorithm()
If the service returns an enum value that is not available in the current SDK version,
framerateConversionAlgorithm
will return Av1FramerateConversionAlgorithm.UNKNOWN_TO_SDK_VERSION
.
The raw value returned by the service is available from framerateConversionAlgorithmAsString()
.
Av1FramerateConversionAlgorithm
public final String framerateConversionAlgorithmAsString()
If the service returns an enum value that is not available in the current SDK version,
framerateConversionAlgorithm
will return Av1FramerateConversionAlgorithm.UNKNOWN_TO_SDK_VERSION
.
The raw value returned by the service is available from framerateConversionAlgorithmAsString()
.
Av1FramerateConversionAlgorithm
public final Integer framerateDenominator()
public final Integer framerateNumerator()
public final Double gopSize()
public final Integer maxBitrate()
public final Integer numberBFramesBetweenReferenceFrames()
public final Av1QvbrSettings qvbrSettings()
public final Av1RateControlMode rateControlMode()
If the service returns an enum value that is not available in the current SDK version, rateControlMode
will return Av1RateControlMode.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from rateControlModeAsString()
.
Av1RateControlMode
public final String rateControlModeAsString()
If the service returns an enum value that is not available in the current SDK version, rateControlMode
will return Av1RateControlMode.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from rateControlModeAsString()
.
Av1RateControlMode
public final Integer slices()
public final Av1SpatialAdaptiveQuantization spatialAdaptiveQuantization()
If the service returns an enum value that is not available in the current SDK version,
spatialAdaptiveQuantization
will return Av1SpatialAdaptiveQuantization.UNKNOWN_TO_SDK_VERSION
.
The raw value returned by the service is available from spatialAdaptiveQuantizationAsString()
.
Av1SpatialAdaptiveQuantization
public final String spatialAdaptiveQuantizationAsString()
If the service returns an enum value that is not available in the current SDK version,
spatialAdaptiveQuantization
will return Av1SpatialAdaptiveQuantization.UNKNOWN_TO_SDK_VERSION
.
The raw value returned by the service is available from spatialAdaptiveQuantizationAsString()
.
Av1SpatialAdaptiveQuantization
public Av1Settings.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<Av1Settings.Builder,Av1Settings>
public static Av1Settings.Builder builder()
public static Class<? extends Av1Settings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2022. All rights reserved.