@Generated(value="software.amazon.awssdk:codegen") public final class Vp8Settings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Vp8Settings.Builder,Vp8Settings>
| Modifier and Type | Class and Description |
|---|---|
static interface |
Vp8Settings.Builder |
| Modifier and Type | Method and Description |
|---|---|
Integer |
bitrate()
Target bitrate in bits/second.
|
static Vp8Settings.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Vp8FramerateControl |
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.
|
Vp8FramerateConversionAlgorithm |
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()
GOP Length (keyframe interval) in frames.
|
int |
hashCode() |
Integer |
hrdBufferSize()
Optional.
|
Integer |
maxBitrate()
Ignore this setting unless you set qualityTuningLevel to MULTI_PASS.
|
Vp8ParControl |
parControl()
Optional.
|
String |
parControlAsString()
Optional.
|
Integer |
parDenominator()
Required when you set Pixel aspect ratio (parControl) to SPECIFIED.
|
Integer |
parNumerator()
Required when you set Pixel aspect ratio (parControl) to SPECIFIED.
|
Vp8QualityTuningLevel |
qualityTuningLevel()
Optional.
|
String |
qualityTuningLevelAsString()
Optional.
|
Vp8RateControlMode |
rateControlMode()
With the VP8 codec, you can use only the variable bitrate (VBR) rate control mode.
|
String |
rateControlModeAsString()
With the VP8 codec, you can use only the variable bitrate (VBR) rate control mode.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Vp8Settings.Builder> |
serializableBuilderClass() |
Vp8Settings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer bitrate()
public final Vp8FramerateControl framerateControl()
If the service returns an enum value that is not available in the current SDK version, framerateControl
will return Vp8FramerateControl.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from framerateControlAsString().
Vp8FramerateControlpublic final String framerateControlAsString()
If the service returns an enum value that is not available in the current SDK version, framerateControl
will return Vp8FramerateControl.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from framerateControlAsString().
Vp8FramerateControlpublic final Vp8FramerateConversionAlgorithm framerateConversionAlgorithm()
If the service returns an enum value that is not available in the current SDK version,
framerateConversionAlgorithm will return Vp8FramerateConversionAlgorithm.UNKNOWN_TO_SDK_VERSION.
The raw value returned by the service is available from framerateConversionAlgorithmAsString().
Vp8FramerateConversionAlgorithmpublic final String framerateConversionAlgorithmAsString()
If the service returns an enum value that is not available in the current SDK version,
framerateConversionAlgorithm will return Vp8FramerateConversionAlgorithm.UNKNOWN_TO_SDK_VERSION.
The raw value returned by the service is available from framerateConversionAlgorithmAsString().
Vp8FramerateConversionAlgorithmpublic final Integer framerateDenominator()
public final Integer framerateNumerator()
public final Double gopSize()
public final Integer hrdBufferSize()
public final Integer maxBitrate()
public final Vp8ParControl parControl()
If the service returns an enum value that is not available in the current SDK version, parControl will
return Vp8ParControl.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
parControlAsString().
Vp8ParControlpublic final String parControlAsString()
If the service returns an enum value that is not available in the current SDK version, parControl will
return Vp8ParControl.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
parControlAsString().
Vp8ParControlpublic final Integer parDenominator()
public final Integer parNumerator()
public final Vp8QualityTuningLevel qualityTuningLevel()
If the service returns an enum value that is not available in the current SDK version,
qualityTuningLevel will return Vp8QualityTuningLevel.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from qualityTuningLevelAsString().
Vp8QualityTuningLevelpublic final String qualityTuningLevelAsString()
If the service returns an enum value that is not available in the current SDK version,
qualityTuningLevel will return Vp8QualityTuningLevel.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from qualityTuningLevelAsString().
Vp8QualityTuningLevelpublic final Vp8RateControlMode rateControlMode()
If the service returns an enum value that is not available in the current SDK version, rateControlMode
will return Vp8RateControlMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from rateControlModeAsString().
Vp8RateControlModepublic final String rateControlModeAsString()
If the service returns an enum value that is not available in the current SDK version, rateControlMode
will return Vp8RateControlMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from rateControlModeAsString().
Vp8RateControlModepublic Vp8Settings.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Vp8Settings.Builder,Vp8Settings>public static Vp8Settings.Builder builder()
public static Class<? extends Vp8Settings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.