@Generated(value="software.amazon.awssdk:codegen") public class Mpeg2Settings extends Object implements StructuredPojo, 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.
|
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).
|
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.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
Integer |
maxBitrate()
Maximum bitrate in bits/second (for VBR mode only).
|
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.
|
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() |
copypublic 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().
Mpeg2AdaptiveQuantizationpublic 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().
Mpeg2AdaptiveQuantizationpublic 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().
Mpeg2CodecLevelpublic 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().
Mpeg2CodecLevelpublic 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().
Mpeg2CodecProfilepublic 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().
Mpeg2CodecProfilepublic 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().
Mpeg2FramerateControlpublic 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().
Mpeg2FramerateControlpublic 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().
Mpeg2FramerateConversionAlgorithmpublic 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().
Mpeg2FramerateConversionAlgorithmpublic 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().
Mpeg2GopSizeUnitspublic 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().
Mpeg2GopSizeUnitspublic 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().
Mpeg2InterlaceModepublic 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().
Mpeg2InterlaceModepublic 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().
Mpeg2IntraDcPrecisionpublic 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().
Mpeg2IntraDcPrecisionpublic 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().
Mpeg2ParControlpublic 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().
Mpeg2ParControlpublic 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().
Mpeg2QualityTuningLevelpublic 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().
Mpeg2QualityTuningLevelpublic 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().
Mpeg2RateControlModepublic 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().
Mpeg2RateControlModepublic 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().
Mpeg2SceneChangeDetectpublic 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().
Mpeg2SceneChangeDetectpublic 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().
Mpeg2SlowPalpublic 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().
Mpeg2SlowPalpublic 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().
Mpeg2SpatialAdaptiveQuantizationpublic 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().
Mpeg2SpatialAdaptiveQuantizationpublic 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().
Mpeg2Syntaxpublic 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().
Mpeg2Syntaxpublic 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().
Mpeg2Telecinepublic 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().
Mpeg2Telecinepublic 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().
Mpeg2TemporalAdaptiveQuantizationpublic 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().
Mpeg2TemporalAdaptiveQuantizationpublic Mpeg2Settings.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<Mpeg2Settings.Builder,Mpeg2Settings>public static Mpeg2Settings.Builder builder()
public static Class<? extends Mpeg2Settings.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.