@Generated(value="software.amazon.awssdk:codegen") public final class Mpeg2Settings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Mpeg2Settings.Builder,Mpeg2Settings>
Modifier and Type | Class and Description |
---|---|
static interface |
Mpeg2Settings.Builder |
Modifier and Type | Method and Description |
---|---|
Mpeg2AdaptiveQuantization |
adaptiveQuantization()
Returns the value of the AdaptiveQuantization property for this object.
|
String |
adaptiveQuantizationAsString()
Returns the value of the AdaptiveQuantization property for this object.
|
Integer |
bitrate()
Average bitrate in bits/second.
|
static Mpeg2Settings.Builder |
builder() |
Mpeg2CodecLevel |
codecLevel()
Returns the value of the CodecLevel property for this object.
|
String |
codecLevelAsString()
Returns the value of the CodecLevel property for this object.
|
Mpeg2CodecProfile |
codecProfile()
Returns the value of the CodecProfile property for this object.
|
String |
codecProfileAsString()
Returns the value of the CodecProfile property for this object.
|
Mpeg2DynamicSubGop |
dynamicSubGop()
Choose Adaptive to improve subjective video quality for high-motion content.
|
String |
dynamicSubGopAsString()
Choose Adaptive to improve subjective video quality for high-motion content.
|
boolean |
equals(Object obj) |
Mpeg2FramerateControl |
framerateControl()
Returns the value of the FramerateControl property for this object.
|
String |
framerateControlAsString()
Returns the value of the FramerateControl property for this object.
|
Mpeg2FramerateConversionAlgorithm |
framerateConversionAlgorithm()
Returns the value of the FramerateConversionAlgorithm property for this object.
|
String |
framerateConversionAlgorithmAsString()
Returns the value of the FramerateConversionAlgorithm property for this object.
|
Integer |
framerateDenominator()
Framerate denominator.
|
Integer |
framerateNumerator()
Framerate numerator - framerate is a fraction, e.g.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
Integer |
gopClosedCadence()
Frequency of closed GOPs.
|
Double |
gopSize()
GOP Length (keyframe interval) in frames or seconds.
|
Mpeg2GopSizeUnits |
gopSizeUnits()
Returns the value of the GopSizeUnits property for this object.
|
String |
gopSizeUnitsAsString()
Returns the value of the GopSizeUnits property for this object.
|
int |
hashCode() |
Integer |
hrdBufferInitialFillPercentage()
Percentage of the buffer that should initially be filled (HRD buffer model).
|
Integer |
hrdBufferSize()
Size of buffer (HRD buffer model) in bits.
|
Mpeg2InterlaceMode |
interlaceMode()
Returns the value of the InterlaceMode property for this object.
|
String |
interlaceModeAsString()
Returns the value of the InterlaceMode property for this object.
|
Mpeg2IntraDcPrecision |
intraDcPrecision()
Returns the value of the IntraDcPrecision property for this object.
|
String |
intraDcPrecisionAsString()
Returns the value of the IntraDcPrecision property for this object.
|
Integer |
maxBitrate()
Maximum bitrate in bits/second.
|
Integer |
minIInterval()
Enforces separation between repeated (cadence) I-frames and I-frames inserted by Scene Change Detection.
|
Integer |
numberBFramesBetweenReferenceFrames()
Number of B-frames between reference frames.
|
Mpeg2ParControl |
parControl()
Returns the value of the ParControl property for this object.
|
String |
parControlAsString()
Returns the value of the ParControl property for this object.
|
Integer |
parDenominator()
Pixel Aspect Ratio denominator.
|
Integer |
parNumerator()
Pixel Aspect Ratio numerator.
|
Mpeg2QualityTuningLevel |
qualityTuningLevel()
Returns the value of the QualityTuningLevel property for this object.
|
String |
qualityTuningLevelAsString()
Returns the value of the QualityTuningLevel property for this object.
|
Mpeg2RateControlMode |
rateControlMode()
Returns the value of the RateControlMode property for this object.
|
String |
rateControlModeAsString()
Returns the value of the RateControlMode property for this object.
|
Mpeg2SceneChangeDetect |
sceneChangeDetect()
Returns the value of the SceneChangeDetect property for this object.
|
String |
sceneChangeDetectAsString()
Returns the value of the SceneChangeDetect property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Mpeg2Settings.Builder> |
serializableBuilderClass() |
Mpeg2SlowPal |
slowPal()
Returns the value of the SlowPal property for this object.
|
String |
slowPalAsString()
Returns the value of the SlowPal property for this object.
|
Integer |
softness()
Softness.
|
Mpeg2SpatialAdaptiveQuantization |
spatialAdaptiveQuantization()
Returns the value of the SpatialAdaptiveQuantization property for this object.
|
String |
spatialAdaptiveQuantizationAsString()
Returns the value of the SpatialAdaptiveQuantization property for this object.
|
Mpeg2Syntax |
syntax()
Returns the value of the Syntax property for this object.
|
String |
syntaxAsString()
Returns the value of the Syntax property for this object.
|
Mpeg2Telecine |
telecine()
Returns the value of the Telecine property for this object.
|
String |
telecineAsString()
Returns the value of the Telecine property for this object.
|
Mpeg2TemporalAdaptiveQuantization |
temporalAdaptiveQuantization()
Returns the value of the TemporalAdaptiveQuantization property for this object.
|
String |
temporalAdaptiveQuantizationAsString()
Returns the value of the TemporalAdaptiveQuantization property for this object.
|
Mpeg2Settings.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public Mpeg2AdaptiveQuantization adaptiveQuantization()
If the service returns an enum value that is not available in the current SDK version,
adaptiveQuantization
will return Mpeg2AdaptiveQuantization.UNKNOWN_TO_SDK_VERSION
. The raw value
returned by the service is available from adaptiveQuantizationAsString()
.
Mpeg2AdaptiveQuantization
public String adaptiveQuantizationAsString()
If the service returns an enum value that is not available in the current SDK version,
adaptiveQuantization
will return Mpeg2AdaptiveQuantization.UNKNOWN_TO_SDK_VERSION
. The raw value
returned by the service is available from adaptiveQuantizationAsString()
.
Mpeg2AdaptiveQuantization
public Integer bitrate()
public Mpeg2CodecLevel codecLevel()
If the service returns an enum value that is not available in the current SDK version, codecLevel
will
return Mpeg2CodecLevel.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
codecLevelAsString()
.
Mpeg2CodecLevel
public String codecLevelAsString()
If the service returns an enum value that is not available in the current SDK version, codecLevel
will
return Mpeg2CodecLevel.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
codecLevelAsString()
.
Mpeg2CodecLevel
public Mpeg2CodecProfile codecProfile()
If the service returns an enum value that is not available in the current SDK version, codecProfile
will
return Mpeg2CodecProfile.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
codecProfileAsString()
.
Mpeg2CodecProfile
public String codecProfileAsString()
If the service returns an enum value that is not available in the current SDK version, codecProfile
will
return Mpeg2CodecProfile.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
codecProfileAsString()
.
Mpeg2CodecProfile
public Mpeg2DynamicSubGop dynamicSubGop()
If the service returns an enum value that is not available in the current SDK version, dynamicSubGop
will return Mpeg2DynamicSubGop.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from dynamicSubGopAsString()
.
Mpeg2DynamicSubGop
public String dynamicSubGopAsString()
If the service returns an enum value that is not available in the current SDK version, dynamicSubGop
will return Mpeg2DynamicSubGop.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from dynamicSubGopAsString()
.
Mpeg2DynamicSubGop
public Mpeg2FramerateControl framerateControl()
If the service returns an enum value that is not available in the current SDK version, framerateControl
will return Mpeg2FramerateControl.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from framerateControlAsString()
.
Mpeg2FramerateControl
public String framerateControlAsString()
If the service returns an enum value that is not available in the current SDK version, framerateControl
will return Mpeg2FramerateControl.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from framerateControlAsString()
.
Mpeg2FramerateControl
public Mpeg2FramerateConversionAlgorithm framerateConversionAlgorithm()
If the service returns an enum value that is not available in the current SDK version,
framerateConversionAlgorithm
will return
Mpeg2FramerateConversionAlgorithm.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from framerateConversionAlgorithmAsString()
.
Mpeg2FramerateConversionAlgorithm
public String framerateConversionAlgorithmAsString()
If the service returns an enum value that is not available in the current SDK version,
framerateConversionAlgorithm
will return
Mpeg2FramerateConversionAlgorithm.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from framerateConversionAlgorithmAsString()
.
Mpeg2FramerateConversionAlgorithm
public Integer framerateDenominator()
public Integer framerateNumerator()
public Integer gopClosedCadence()
public Double gopSize()
public Mpeg2GopSizeUnits gopSizeUnits()
If the service returns an enum value that is not available in the current SDK version, gopSizeUnits
will
return Mpeg2GopSizeUnits.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
gopSizeUnitsAsString()
.
Mpeg2GopSizeUnits
public String gopSizeUnitsAsString()
If the service returns an enum value that is not available in the current SDK version, gopSizeUnits
will
return Mpeg2GopSizeUnits.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
gopSizeUnitsAsString()
.
Mpeg2GopSizeUnits
public Integer hrdBufferInitialFillPercentage()
public Integer hrdBufferSize()
public Mpeg2InterlaceMode interlaceMode()
If the service returns an enum value that is not available in the current SDK version, interlaceMode
will return Mpeg2InterlaceMode.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from interlaceModeAsString()
.
Mpeg2InterlaceMode
public String interlaceModeAsString()
If the service returns an enum value that is not available in the current SDK version, interlaceMode
will return Mpeg2InterlaceMode.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from interlaceModeAsString()
.
Mpeg2InterlaceMode
public Mpeg2IntraDcPrecision intraDcPrecision()
If the service returns an enum value that is not available in the current SDK version, intraDcPrecision
will return Mpeg2IntraDcPrecision.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from intraDcPrecisionAsString()
.
Mpeg2IntraDcPrecision
public String intraDcPrecisionAsString()
If the service returns an enum value that is not available in the current SDK version, intraDcPrecision
will return Mpeg2IntraDcPrecision.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from intraDcPrecisionAsString()
.
Mpeg2IntraDcPrecision
public Integer maxBitrate()
public Integer minIInterval()
public Integer numberBFramesBetweenReferenceFrames()
public Mpeg2ParControl parControl()
If the service returns an enum value that is not available in the current SDK version, parControl
will
return Mpeg2ParControl.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
parControlAsString()
.
Mpeg2ParControl
public String parControlAsString()
If the service returns an enum value that is not available in the current SDK version, parControl
will
return Mpeg2ParControl.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
parControlAsString()
.
Mpeg2ParControl
public Integer parDenominator()
public Integer parNumerator()
public Mpeg2QualityTuningLevel qualityTuningLevel()
If the service returns an enum value that is not available in the current SDK version,
qualityTuningLevel
will return Mpeg2QualityTuningLevel.UNKNOWN_TO_SDK_VERSION
. The raw value
returned by the service is available from qualityTuningLevelAsString()
.
Mpeg2QualityTuningLevel
public String qualityTuningLevelAsString()
If the service returns an enum value that is not available in the current SDK version,
qualityTuningLevel
will return Mpeg2QualityTuningLevel.UNKNOWN_TO_SDK_VERSION
. The raw value
returned by the service is available from qualityTuningLevelAsString()
.
Mpeg2QualityTuningLevel
public Mpeg2RateControlMode rateControlMode()
If the service returns an enum value that is not available in the current SDK version, rateControlMode
will return Mpeg2RateControlMode.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from rateControlModeAsString()
.
Mpeg2RateControlMode
public String rateControlModeAsString()
If the service returns an enum value that is not available in the current SDK version, rateControlMode
will return Mpeg2RateControlMode.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from rateControlModeAsString()
.
Mpeg2RateControlMode
public Mpeg2SceneChangeDetect sceneChangeDetect()
If the service returns an enum value that is not available in the current SDK version, sceneChangeDetect
will return Mpeg2SceneChangeDetect.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from sceneChangeDetectAsString()
.
Mpeg2SceneChangeDetect
public String sceneChangeDetectAsString()
If the service returns an enum value that is not available in the current SDK version, sceneChangeDetect
will return Mpeg2SceneChangeDetect.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from sceneChangeDetectAsString()
.
Mpeg2SceneChangeDetect
public Mpeg2SlowPal slowPal()
If the service returns an enum value that is not available in the current SDK version, slowPal
will
return Mpeg2SlowPal.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
slowPalAsString()
.
Mpeg2SlowPal
public String slowPalAsString()
If the service returns an enum value that is not available in the current SDK version, slowPal
will
return Mpeg2SlowPal.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
slowPalAsString()
.
Mpeg2SlowPal
public Integer softness()
public Mpeg2SpatialAdaptiveQuantization spatialAdaptiveQuantization()
If the service returns an enum value that is not available in the current SDK version,
spatialAdaptiveQuantization
will return Mpeg2SpatialAdaptiveQuantization.UNKNOWN_TO_SDK_VERSION
.
The raw value returned by the service is available from spatialAdaptiveQuantizationAsString()
.
Mpeg2SpatialAdaptiveQuantization
public String spatialAdaptiveQuantizationAsString()
If the service returns an enum value that is not available in the current SDK version,
spatialAdaptiveQuantization
will return Mpeg2SpatialAdaptiveQuantization.UNKNOWN_TO_SDK_VERSION
.
The raw value returned by the service is available from spatialAdaptiveQuantizationAsString()
.
Mpeg2SpatialAdaptiveQuantization
public Mpeg2Syntax syntax()
If the service returns an enum value that is not available in the current SDK version, syntax
will
return Mpeg2Syntax.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
syntaxAsString()
.
Mpeg2Syntax
public String syntaxAsString()
If the service returns an enum value that is not available in the current SDK version, syntax
will
return Mpeg2Syntax.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
syntaxAsString()
.
Mpeg2Syntax
public Mpeg2Telecine telecine()
If the service returns an enum value that is not available in the current SDK version, telecine
will
return Mpeg2Telecine.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
telecineAsString()
.
Mpeg2Telecine
public String telecineAsString()
If the service returns an enum value that is not available in the current SDK version, telecine
will
return Mpeg2Telecine.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
telecineAsString()
.
Mpeg2Telecine
public Mpeg2TemporalAdaptiveQuantization temporalAdaptiveQuantization()
If the service returns an enum value that is not available in the current SDK version,
temporalAdaptiveQuantization
will return
Mpeg2TemporalAdaptiveQuantization.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from temporalAdaptiveQuantizationAsString()
.
Mpeg2TemporalAdaptiveQuantization
public String temporalAdaptiveQuantizationAsString()
If the service returns an enum value that is not available in the current SDK version,
temporalAdaptiveQuantization
will return
Mpeg2TemporalAdaptiveQuantization.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from temporalAdaptiveQuantizationAsString()
.
Mpeg2TemporalAdaptiveQuantization
public Mpeg2Settings.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Mpeg2Settings.Builder,Mpeg2Settings>
public static Mpeg2Settings.Builder builder()
public static Class<? extends Mpeg2Settings.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.