@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Mpeg2Settings extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
Mpeg2Settings() |
Modifier and Type | Method and Description |
---|---|
Mpeg2Settings |
clone() |
boolean |
equals(Object obj) |
String |
getAdaptiveQuantization() |
Integer |
getBitrate()
Average bitrate in bits/second.
|
String |
getCodecLevel() |
String |
getCodecProfile() |
String |
getDynamicSubGop()
Choose Adaptive to improve subjective video quality for high-motion content.
|
String |
getFramerateControl() |
String |
getFramerateConversionAlgorithm() |
Integer |
getFramerateDenominator()
Framerate denominator.
|
Integer |
getFramerateNumerator()
Framerate numerator - framerate is a fraction, e.g.
|
Integer |
getGopClosedCadence()
Frequency of closed GOPs.
|
Double |
getGopSize()
GOP Length (keyframe interval) in frames or seconds.
|
String |
getGopSizeUnits() |
Integer |
getHrdBufferInitialFillPercentage()
Percentage of the buffer that should initially be filled (HRD buffer model).
|
Integer |
getHrdBufferSize()
Size of buffer (HRD buffer model) in bits.
|
String |
getInterlaceMode() |
String |
getIntraDcPrecision() |
Integer |
getMaxBitrate()
Maximum bitrate in bits/second.
|
Integer |
getMinIInterval()
Enforces separation between repeated (cadence) I-frames and I-frames inserted by Scene Change Detection.
|
Integer |
getNumberBFramesBetweenReferenceFrames()
Number of B-frames between reference frames.
|
String |
getParControl() |
Integer |
getParDenominator()
Pixel Aspect Ratio denominator.
|
Integer |
getParNumerator()
Pixel Aspect Ratio numerator.
|
String |
getQualityTuningLevel() |
String |
getRateControlMode() |
String |
getSceneChangeDetect() |
String |
getSlowPal() |
Integer |
getSoftness()
Softness.
|
String |
getSpatialAdaptiveQuantization() |
String |
getSyntax() |
String |
getTelecine() |
String |
getTemporalAdaptiveQuantization() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAdaptiveQuantization(String adaptiveQuantization) |
void |
setBitrate(Integer bitrate)
Average bitrate in bits/second.
|
void |
setCodecLevel(String codecLevel) |
void |
setCodecProfile(String codecProfile) |
void |
setDynamicSubGop(String dynamicSubGop)
Choose Adaptive to improve subjective video quality for high-motion content.
|
void |
setFramerateControl(String framerateControl) |
void |
setFramerateConversionAlgorithm(String framerateConversionAlgorithm) |
void |
setFramerateDenominator(Integer framerateDenominator)
Framerate denominator.
|
void |
setFramerateNumerator(Integer framerateNumerator)
Framerate numerator - framerate is a fraction, e.g.
|
void |
setGopClosedCadence(Integer gopClosedCadence)
Frequency of closed GOPs.
|
void |
setGopSize(Double gopSize)
GOP Length (keyframe interval) in frames or seconds.
|
void |
setGopSizeUnits(String gopSizeUnits) |
void |
setHrdBufferInitialFillPercentage(Integer hrdBufferInitialFillPercentage)
Percentage of the buffer that should initially be filled (HRD buffer model).
|
void |
setHrdBufferSize(Integer hrdBufferSize)
Size of buffer (HRD buffer model) in bits.
|
void |
setInterlaceMode(String interlaceMode) |
void |
setIntraDcPrecision(String intraDcPrecision) |
void |
setMaxBitrate(Integer maxBitrate)
Maximum bitrate in bits/second.
|
void |
setMinIInterval(Integer minIInterval)
Enforces separation between repeated (cadence) I-frames and I-frames inserted by Scene Change Detection.
|
void |
setNumberBFramesBetweenReferenceFrames(Integer numberBFramesBetweenReferenceFrames)
Number of B-frames between reference frames.
|
void |
setParControl(String parControl) |
void |
setParDenominator(Integer parDenominator)
Pixel Aspect Ratio denominator.
|
void |
setParNumerator(Integer parNumerator)
Pixel Aspect Ratio numerator.
|
void |
setQualityTuningLevel(String qualityTuningLevel) |
void |
setRateControlMode(String rateControlMode) |
void |
setSceneChangeDetect(String sceneChangeDetect) |
void |
setSlowPal(String slowPal) |
void |
setSoftness(Integer softness)
Softness.
|
void |
setSpatialAdaptiveQuantization(String spatialAdaptiveQuantization) |
void |
setSyntax(String syntax) |
void |
setTelecine(String telecine) |
void |
setTemporalAdaptiveQuantization(String temporalAdaptiveQuantization) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
Mpeg2Settings |
withAdaptiveQuantization(Mpeg2AdaptiveQuantization adaptiveQuantization) |
Mpeg2Settings |
withAdaptiveQuantization(String adaptiveQuantization) |
Mpeg2Settings |
withBitrate(Integer bitrate)
Average bitrate in bits/second.
|
Mpeg2Settings |
withCodecLevel(Mpeg2CodecLevel codecLevel) |
Mpeg2Settings |
withCodecLevel(String codecLevel) |
Mpeg2Settings |
withCodecProfile(Mpeg2CodecProfile codecProfile) |
Mpeg2Settings |
withCodecProfile(String codecProfile) |
Mpeg2Settings |
withDynamicSubGop(Mpeg2DynamicSubGop dynamicSubGop)
Choose Adaptive to improve subjective video quality for high-motion content.
|
Mpeg2Settings |
withDynamicSubGop(String dynamicSubGop)
Choose Adaptive to improve subjective video quality for high-motion content.
|
Mpeg2Settings |
withFramerateControl(Mpeg2FramerateControl framerateControl) |
Mpeg2Settings |
withFramerateControl(String framerateControl) |
Mpeg2Settings |
withFramerateConversionAlgorithm(Mpeg2FramerateConversionAlgorithm framerateConversionAlgorithm) |
Mpeg2Settings |
withFramerateConversionAlgorithm(String framerateConversionAlgorithm) |
Mpeg2Settings |
withFramerateDenominator(Integer framerateDenominator)
Framerate denominator.
|
Mpeg2Settings |
withFramerateNumerator(Integer framerateNumerator)
Framerate numerator - framerate is a fraction, e.g.
|
Mpeg2Settings |
withGopClosedCadence(Integer gopClosedCadence)
Frequency of closed GOPs.
|
Mpeg2Settings |
withGopSize(Double gopSize)
GOP Length (keyframe interval) in frames or seconds.
|
Mpeg2Settings |
withGopSizeUnits(Mpeg2GopSizeUnits gopSizeUnits) |
Mpeg2Settings |
withGopSizeUnits(String gopSizeUnits) |
Mpeg2Settings |
withHrdBufferInitialFillPercentage(Integer hrdBufferInitialFillPercentage)
Percentage of the buffer that should initially be filled (HRD buffer model).
|
Mpeg2Settings |
withHrdBufferSize(Integer hrdBufferSize)
Size of buffer (HRD buffer model) in bits.
|
Mpeg2Settings |
withInterlaceMode(Mpeg2InterlaceMode interlaceMode) |
Mpeg2Settings |
withInterlaceMode(String interlaceMode) |
Mpeg2Settings |
withIntraDcPrecision(Mpeg2IntraDcPrecision intraDcPrecision) |
Mpeg2Settings |
withIntraDcPrecision(String intraDcPrecision) |
Mpeg2Settings |
withMaxBitrate(Integer maxBitrate)
Maximum bitrate in bits/second.
|
Mpeg2Settings |
withMinIInterval(Integer minIInterval)
Enforces separation between repeated (cadence) I-frames and I-frames inserted by Scene Change Detection.
|
Mpeg2Settings |
withNumberBFramesBetweenReferenceFrames(Integer numberBFramesBetweenReferenceFrames)
Number of B-frames between reference frames.
|
Mpeg2Settings |
withParControl(Mpeg2ParControl parControl) |
Mpeg2Settings |
withParControl(String parControl) |
Mpeg2Settings |
withParDenominator(Integer parDenominator)
Pixel Aspect Ratio denominator.
|
Mpeg2Settings |
withParNumerator(Integer parNumerator)
Pixel Aspect Ratio numerator.
|
Mpeg2Settings |
withQualityTuningLevel(Mpeg2QualityTuningLevel qualityTuningLevel) |
Mpeg2Settings |
withQualityTuningLevel(String qualityTuningLevel) |
Mpeg2Settings |
withRateControlMode(Mpeg2RateControlMode rateControlMode) |
Mpeg2Settings |
withRateControlMode(String rateControlMode) |
Mpeg2Settings |
withSceneChangeDetect(Mpeg2SceneChangeDetect sceneChangeDetect) |
Mpeg2Settings |
withSceneChangeDetect(String sceneChangeDetect) |
Mpeg2Settings |
withSlowPal(Mpeg2SlowPal slowPal) |
Mpeg2Settings |
withSlowPal(String slowPal) |
Mpeg2Settings |
withSoftness(Integer softness)
Softness.
|
Mpeg2Settings |
withSpatialAdaptiveQuantization(Mpeg2SpatialAdaptiveQuantization spatialAdaptiveQuantization) |
Mpeg2Settings |
withSpatialAdaptiveQuantization(String spatialAdaptiveQuantization) |
Mpeg2Settings |
withSyntax(Mpeg2Syntax syntax) |
Mpeg2Settings |
withSyntax(String syntax) |
Mpeg2Settings |
withTelecine(Mpeg2Telecine telecine) |
Mpeg2Settings |
withTelecine(String telecine) |
Mpeg2Settings |
withTemporalAdaptiveQuantization(Mpeg2TemporalAdaptiveQuantization temporalAdaptiveQuantization) |
Mpeg2Settings |
withTemporalAdaptiveQuantization(String temporalAdaptiveQuantization) |
public void setAdaptiveQuantization(String adaptiveQuantization)
adaptiveQuantization
- Mpeg2AdaptiveQuantization
public String getAdaptiveQuantization()
Mpeg2AdaptiveQuantization
public Mpeg2Settings withAdaptiveQuantization(String adaptiveQuantization)
adaptiveQuantization
- Mpeg2AdaptiveQuantization
public Mpeg2Settings withAdaptiveQuantization(Mpeg2AdaptiveQuantization adaptiveQuantization)
adaptiveQuantization
- Mpeg2AdaptiveQuantization
public void setBitrate(Integer bitrate)
bitrate
- Average bitrate in bits/second. Required for VBR and CBR. For MS Smooth outputs, bitrates must be unique
when rounded down to the nearest multiple of 1000.public Integer getBitrate()
public Mpeg2Settings withBitrate(Integer bitrate)
bitrate
- Average bitrate in bits/second. Required for VBR and CBR. For MS Smooth outputs, bitrates must be unique
when rounded down to the nearest multiple of 1000.public void setCodecLevel(String codecLevel)
codecLevel
- Mpeg2CodecLevel
public String getCodecLevel()
Mpeg2CodecLevel
public Mpeg2Settings withCodecLevel(String codecLevel)
codecLevel
- Mpeg2CodecLevel
public Mpeg2Settings withCodecLevel(Mpeg2CodecLevel codecLevel)
codecLevel
- Mpeg2CodecLevel
public void setCodecProfile(String codecProfile)
codecProfile
- Mpeg2CodecProfile
public String getCodecProfile()
Mpeg2CodecProfile
public Mpeg2Settings withCodecProfile(String codecProfile)
codecProfile
- Mpeg2CodecProfile
public Mpeg2Settings withCodecProfile(Mpeg2CodecProfile codecProfile)
codecProfile
- Mpeg2CodecProfile
public void setDynamicSubGop(String dynamicSubGop)
dynamicSubGop
- Choose Adaptive to improve subjective video quality for high-motion content. This will cause the service
to use fewer B-frames (which infer information based on other frames) for high-motion portions of the
video and more B-frames for low-motion portions. The maximum number of B-frames is limited by the value
you provide for the setting B frames between reference frames (numberBFramesBetweenReferenceFrames).Mpeg2DynamicSubGop
public String getDynamicSubGop()
Mpeg2DynamicSubGop
public Mpeg2Settings withDynamicSubGop(String dynamicSubGop)
dynamicSubGop
- Choose Adaptive to improve subjective video quality for high-motion content. This will cause the service
to use fewer B-frames (which infer information based on other frames) for high-motion portions of the
video and more B-frames for low-motion portions. The maximum number of B-frames is limited by the value
you provide for the setting B frames between reference frames (numberBFramesBetweenReferenceFrames).Mpeg2DynamicSubGop
public Mpeg2Settings withDynamicSubGop(Mpeg2DynamicSubGop dynamicSubGop)
dynamicSubGop
- Choose Adaptive to improve subjective video quality for high-motion content. This will cause the service
to use fewer B-frames (which infer information based on other frames) for high-motion portions of the
video and more B-frames for low-motion portions. The maximum number of B-frames is limited by the value
you provide for the setting B frames between reference frames (numberBFramesBetweenReferenceFrames).Mpeg2DynamicSubGop
public void setFramerateControl(String framerateControl)
framerateControl
- Mpeg2FramerateControl
public String getFramerateControl()
Mpeg2FramerateControl
public Mpeg2Settings withFramerateControl(String framerateControl)
framerateControl
- Mpeg2FramerateControl
public Mpeg2Settings withFramerateControl(Mpeg2FramerateControl framerateControl)
framerateControl
- Mpeg2FramerateControl
public void setFramerateConversionAlgorithm(String framerateConversionAlgorithm)
framerateConversionAlgorithm
- Mpeg2FramerateConversionAlgorithm
public String getFramerateConversionAlgorithm()
Mpeg2FramerateConversionAlgorithm
public Mpeg2Settings withFramerateConversionAlgorithm(String framerateConversionAlgorithm)
framerateConversionAlgorithm
- Mpeg2FramerateConversionAlgorithm
public Mpeg2Settings withFramerateConversionAlgorithm(Mpeg2FramerateConversionAlgorithm framerateConversionAlgorithm)
framerateConversionAlgorithm
- Mpeg2FramerateConversionAlgorithm
public void setFramerateDenominator(Integer framerateDenominator)
framerateDenominator
- Framerate denominator.public Integer getFramerateDenominator()
public Mpeg2Settings withFramerateDenominator(Integer framerateDenominator)
framerateDenominator
- Framerate denominator.public void setFramerateNumerator(Integer framerateNumerator)
framerateNumerator
- Framerate numerator - framerate is a fraction, e.g. 24000 / 1001 = 23.976 fps.public Integer getFramerateNumerator()
public Mpeg2Settings withFramerateNumerator(Integer framerateNumerator)
framerateNumerator
- Framerate numerator - framerate is a fraction, e.g. 24000 / 1001 = 23.976 fps.public void setGopClosedCadence(Integer gopClosedCadence)
gopClosedCadence
- Frequency of closed GOPs. In streaming applications, it is recommended that this be set to 1 so a decoder
joining mid-stream will receive an IDR frame as quickly as possible. Setting this value to 0 will break
output segmenting.public Integer getGopClosedCadence()
public Mpeg2Settings withGopClosedCadence(Integer gopClosedCadence)
gopClosedCadence
- Frequency of closed GOPs. In streaming applications, it is recommended that this be set to 1 so a decoder
joining mid-stream will receive an IDR frame as quickly as possible. Setting this value to 0 will break
output segmenting.public void setGopSize(Double gopSize)
gopSize
- GOP Length (keyframe interval) in frames or seconds. Must be greater than zero.public Double getGopSize()
public Mpeg2Settings withGopSize(Double gopSize)
gopSize
- GOP Length (keyframe interval) in frames or seconds. Must be greater than zero.public void setGopSizeUnits(String gopSizeUnits)
gopSizeUnits
- Mpeg2GopSizeUnits
public String getGopSizeUnits()
Mpeg2GopSizeUnits
public Mpeg2Settings withGopSizeUnits(String gopSizeUnits)
gopSizeUnits
- Mpeg2GopSizeUnits
public Mpeg2Settings withGopSizeUnits(Mpeg2GopSizeUnits gopSizeUnits)
gopSizeUnits
- Mpeg2GopSizeUnits
public void setHrdBufferInitialFillPercentage(Integer hrdBufferInitialFillPercentage)
hrdBufferInitialFillPercentage
- Percentage of the buffer that should initially be filled (HRD buffer model).public Integer getHrdBufferInitialFillPercentage()
public Mpeg2Settings withHrdBufferInitialFillPercentage(Integer hrdBufferInitialFillPercentage)
hrdBufferInitialFillPercentage
- Percentage of the buffer that should initially be filled (HRD buffer model).public void setHrdBufferSize(Integer hrdBufferSize)
hrdBufferSize
- Size of buffer (HRD buffer model) in bits. For example, enter five megabits as 5000000.public Integer getHrdBufferSize()
public Mpeg2Settings withHrdBufferSize(Integer hrdBufferSize)
hrdBufferSize
- Size of buffer (HRD buffer model) in bits. For example, enter five megabits as 5000000.public void setInterlaceMode(String interlaceMode)
interlaceMode
- Mpeg2InterlaceMode
public String getInterlaceMode()
Mpeg2InterlaceMode
public Mpeg2Settings withInterlaceMode(String interlaceMode)
interlaceMode
- Mpeg2InterlaceMode
public Mpeg2Settings withInterlaceMode(Mpeg2InterlaceMode interlaceMode)
interlaceMode
- Mpeg2InterlaceMode
public void setIntraDcPrecision(String intraDcPrecision)
intraDcPrecision
- Mpeg2IntraDcPrecision
public String getIntraDcPrecision()
Mpeg2IntraDcPrecision
public Mpeg2Settings withIntraDcPrecision(String intraDcPrecision)
intraDcPrecision
- Mpeg2IntraDcPrecision
public Mpeg2Settings withIntraDcPrecision(Mpeg2IntraDcPrecision intraDcPrecision)
intraDcPrecision
- Mpeg2IntraDcPrecision
public void setMaxBitrate(Integer maxBitrate)
maxBitrate
- Maximum bitrate in bits/second. For example, enter five megabits per second as 5000000.public Integer getMaxBitrate()
public Mpeg2Settings withMaxBitrate(Integer maxBitrate)
maxBitrate
- Maximum bitrate in bits/second. For example, enter five megabits per second as 5000000.public void setMinIInterval(Integer minIInterval)
minIInterval
- Enforces separation between repeated (cadence) I-frames and I-frames inserted by Scene Change Detection.
If a scene change I-frame is within I-interval frames of a cadence I-frame, the GOP is shrunk and/or
stretched to the scene change I-frame. GOP stretch requires enabling lookahead as well as setting
I-interval. The normal cadence resumes for the next GOP. This setting is only used when Scene Change
Detect is enabled. Note: Maximum GOP stretch = GOP size + Min-I-interval - 1public Integer getMinIInterval()
public Mpeg2Settings withMinIInterval(Integer minIInterval)
minIInterval
- Enforces separation between repeated (cadence) I-frames and I-frames inserted by Scene Change Detection.
If a scene change I-frame is within I-interval frames of a cadence I-frame, the GOP is shrunk and/or
stretched to the scene change I-frame. GOP stretch requires enabling lookahead as well as setting
I-interval. The normal cadence resumes for the next GOP. This setting is only used when Scene Change
Detect is enabled. Note: Maximum GOP stretch = GOP size + Min-I-interval - 1public void setNumberBFramesBetweenReferenceFrames(Integer numberBFramesBetweenReferenceFrames)
numberBFramesBetweenReferenceFrames
- Number of B-frames between reference frames.public Integer getNumberBFramesBetweenReferenceFrames()
public Mpeg2Settings withNumberBFramesBetweenReferenceFrames(Integer numberBFramesBetweenReferenceFrames)
numberBFramesBetweenReferenceFrames
- Number of B-frames between reference frames.public void setParControl(String parControl)
parControl
- Mpeg2ParControl
public String getParControl()
Mpeg2ParControl
public Mpeg2Settings withParControl(String parControl)
parControl
- Mpeg2ParControl
public Mpeg2Settings withParControl(Mpeg2ParControl parControl)
parControl
- Mpeg2ParControl
public void setParDenominator(Integer parDenominator)
parDenominator
- Pixel Aspect Ratio denominator.public Integer getParDenominator()
public Mpeg2Settings withParDenominator(Integer parDenominator)
parDenominator
- Pixel Aspect Ratio denominator.public void setParNumerator(Integer parNumerator)
parNumerator
- Pixel Aspect Ratio numerator.public Integer getParNumerator()
public Mpeg2Settings withParNumerator(Integer parNumerator)
parNumerator
- Pixel Aspect Ratio numerator.public void setQualityTuningLevel(String qualityTuningLevel)
qualityTuningLevel
- Mpeg2QualityTuningLevel
public String getQualityTuningLevel()
Mpeg2QualityTuningLevel
public Mpeg2Settings withQualityTuningLevel(String qualityTuningLevel)
qualityTuningLevel
- Mpeg2QualityTuningLevel
public Mpeg2Settings withQualityTuningLevel(Mpeg2QualityTuningLevel qualityTuningLevel)
qualityTuningLevel
- Mpeg2QualityTuningLevel
public void setRateControlMode(String rateControlMode)
rateControlMode
- Mpeg2RateControlMode
public String getRateControlMode()
Mpeg2RateControlMode
public Mpeg2Settings withRateControlMode(String rateControlMode)
rateControlMode
- Mpeg2RateControlMode
public Mpeg2Settings withRateControlMode(Mpeg2RateControlMode rateControlMode)
rateControlMode
- Mpeg2RateControlMode
public void setSceneChangeDetect(String sceneChangeDetect)
sceneChangeDetect
- Mpeg2SceneChangeDetect
public String getSceneChangeDetect()
Mpeg2SceneChangeDetect
public Mpeg2Settings withSceneChangeDetect(String sceneChangeDetect)
sceneChangeDetect
- Mpeg2SceneChangeDetect
public Mpeg2Settings withSceneChangeDetect(Mpeg2SceneChangeDetect sceneChangeDetect)
sceneChangeDetect
- Mpeg2SceneChangeDetect
public void setSlowPal(String slowPal)
slowPal
- Mpeg2SlowPal
public String getSlowPal()
Mpeg2SlowPal
public Mpeg2Settings withSlowPal(String slowPal)
slowPal
- Mpeg2SlowPal
public Mpeg2Settings withSlowPal(Mpeg2SlowPal slowPal)
slowPal
- Mpeg2SlowPal
public void setSoftness(Integer softness)
softness
- Softness. Selects quantizer matrix, larger values reduce high-frequency content in the encoded image.public Integer getSoftness()
public Mpeg2Settings withSoftness(Integer softness)
softness
- Softness. Selects quantizer matrix, larger values reduce high-frequency content in the encoded image.public void setSpatialAdaptiveQuantization(String spatialAdaptiveQuantization)
spatialAdaptiveQuantization
- Mpeg2SpatialAdaptiveQuantization
public String getSpatialAdaptiveQuantization()
Mpeg2SpatialAdaptiveQuantization
public Mpeg2Settings withSpatialAdaptiveQuantization(String spatialAdaptiveQuantization)
spatialAdaptiveQuantization
- Mpeg2SpatialAdaptiveQuantization
public Mpeg2Settings withSpatialAdaptiveQuantization(Mpeg2SpatialAdaptiveQuantization spatialAdaptiveQuantization)
spatialAdaptiveQuantization
- Mpeg2SpatialAdaptiveQuantization
public void setSyntax(String syntax)
syntax
- Mpeg2Syntax
public String getSyntax()
Mpeg2Syntax
public Mpeg2Settings withSyntax(String syntax)
syntax
- Mpeg2Syntax
public Mpeg2Settings withSyntax(Mpeg2Syntax syntax)
syntax
- Mpeg2Syntax
public void setTelecine(String telecine)
telecine
- Mpeg2Telecine
public String getTelecine()
Mpeg2Telecine
public Mpeg2Settings withTelecine(String telecine)
telecine
- Mpeg2Telecine
public Mpeg2Settings withTelecine(Mpeg2Telecine telecine)
telecine
- Mpeg2Telecine
public void setTemporalAdaptiveQuantization(String temporalAdaptiveQuantization)
temporalAdaptiveQuantization
- Mpeg2TemporalAdaptiveQuantization
public String getTemporalAdaptiveQuantization()
Mpeg2TemporalAdaptiveQuantization
public Mpeg2Settings withTemporalAdaptiveQuantization(String temporalAdaptiveQuantization)
temporalAdaptiveQuantization
- Mpeg2TemporalAdaptiveQuantization
public Mpeg2Settings withTemporalAdaptiveQuantization(Mpeg2TemporalAdaptiveQuantization temporalAdaptiveQuantization)
temporalAdaptiveQuantization
- Mpeg2TemporalAdaptiveQuantization
public String toString()
toString
in class Object
Object.toString()
public Mpeg2Settings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.