@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 |
adaptiveQuantizationString()
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 |
codecLevelString()
Returns the value of the CodecLevel property for this object.
|
Mpeg2CodecProfile |
codecProfile()
Returns the value of the CodecProfile property for this object.
|
String |
codecProfileString()
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 |
framerateControlString()
Returns the value of the FramerateControl property for this object.
|
Mpeg2FramerateConversionAlgorithm |
framerateConversionAlgorithm()
Returns the value of the FramerateConversionAlgorithm property for this object.
|
String |
framerateConversionAlgorithmString()
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 |
gopSizeUnitsString()
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 |
interlaceModeString()
Returns the value of the InterlaceMode property for this object.
|
Mpeg2IntraDcPrecision |
intraDcPrecision()
Returns the value of the IntraDcPrecision property for this object.
|
String |
intraDcPrecisionString()
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 |
parControlString()
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 |
qualityTuningLevelString()
Returns the value of the QualityTuningLevel property for this object.
|
Mpeg2RateControlMode |
rateControlMode()
Returns the value of the RateControlMode property for this object.
|
String |
rateControlModeString()
Returns the value of the RateControlMode property for this object.
|
Mpeg2SceneChangeDetect |
sceneChangeDetect()
Returns the value of the SceneChangeDetect property for this object.
|
String |
sceneChangeDetectString()
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 |
slowPalString()
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 |
spatialAdaptiveQuantizationString()
Returns the value of the SpatialAdaptiveQuantization property for this object.
|
Mpeg2Syntax |
syntax()
Returns the value of the Syntax property for this object.
|
String |
syntaxString()
Returns the value of the Syntax property for this object.
|
Mpeg2Telecine |
telecine()
Returns the value of the Telecine property for this object.
|
String |
telecineString()
Returns the value of the Telecine property for this object.
|
Mpeg2TemporalAdaptiveQuantization |
temporalAdaptiveQuantization()
Returns the value of the TemporalAdaptiveQuantization property for this object.
|
String |
temporalAdaptiveQuantizationString()
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 adaptiveQuantizationString().
Mpeg2AdaptiveQuantizationpublic String adaptiveQuantizationString()
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 adaptiveQuantizationString().
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
codecLevelString().
Mpeg2CodecLevelpublic String codecLevelString()
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
codecLevelString().
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
codecProfileString().
Mpeg2CodecProfilepublic String codecProfileString()
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
codecProfileString().
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 framerateControlString().
Mpeg2FramerateControlpublic String framerateControlString()
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 framerateControlString().
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 framerateConversionAlgorithmString().
Mpeg2FramerateConversionAlgorithmpublic String framerateConversionAlgorithmString()
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 framerateConversionAlgorithmString().
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
gopSizeUnitsString().
Mpeg2GopSizeUnitspublic String gopSizeUnitsString()
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
gopSizeUnitsString().
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 interlaceModeString().
Mpeg2InterlaceModepublic String interlaceModeString()
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 interlaceModeString().
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 intraDcPrecisionString().
Mpeg2IntraDcPrecisionpublic String intraDcPrecisionString()
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 intraDcPrecisionString().
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
parControlString().
Mpeg2ParControlpublic String parControlString()
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
parControlString().
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 qualityTuningLevelString().
Mpeg2QualityTuningLevelpublic String qualityTuningLevelString()
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 qualityTuningLevelString().
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 rateControlModeString().
Mpeg2RateControlModepublic String rateControlModeString()
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 rateControlModeString().
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 sceneChangeDetectString().
Mpeg2SceneChangeDetectpublic String sceneChangeDetectString()
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 sceneChangeDetectString().
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
slowPalString().
Mpeg2SlowPalpublic String slowPalString()
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
slowPalString().
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 spatialAdaptiveQuantizationString().
Mpeg2SpatialAdaptiveQuantizationpublic String spatialAdaptiveQuantizationString()
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 spatialAdaptiveQuantizationString().
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
syntaxString().
Mpeg2Syntaxpublic String syntaxString()
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
syntaxString().
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
telecineString().
Mpeg2Telecinepublic String telecineString()
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
telecineString().
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 temporalAdaptiveQuantizationString().
Mpeg2TemporalAdaptiveQuantizationpublic String temporalAdaptiveQuantizationString()
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 temporalAdaptiveQuantizationString().
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.