@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class H264QvbrSettings extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
H264QvbrSettings() |
Modifier and Type | Method and Description |
---|---|
H264QvbrSettings |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxAverageBitrate()
Use this setting only when Rate control mode is QVBR and Quality tuning level is Multi-pass HQ.
|
Integer |
getQvbrQualityLevel()
Required when you use QVBR rate control mode.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMaxAverageBitrate(Integer maxAverageBitrate)
Use this setting only when Rate control mode is QVBR and Quality tuning level is Multi-pass HQ.
|
void |
setQvbrQualityLevel(Integer qvbrQualityLevel)
Required when you use QVBR rate control mode.
|
String |
toString()
Returns a string representation of this object.
|
H264QvbrSettings |
withMaxAverageBitrate(Integer maxAverageBitrate)
Use this setting only when Rate control mode is QVBR and Quality tuning level is Multi-pass HQ.
|
H264QvbrSettings |
withQvbrQualityLevel(Integer qvbrQualityLevel)
Required when you use QVBR rate control mode.
|
public void setMaxAverageBitrate(Integer maxAverageBitrate)
maxAverageBitrate
- Use this setting only when Rate control mode is QVBR and Quality tuning level is Multi-pass HQ. For Max
average bitrate values suited to the complexity of your input video, the service limits the average
bitrate of the video part of this output to the value you choose. That is, the total size of the video
element is less than or equal to the value you set multiplied by the number of seconds of encoded output.public Integer getMaxAverageBitrate()
public H264QvbrSettings withMaxAverageBitrate(Integer maxAverageBitrate)
maxAverageBitrate
- Use this setting only when Rate control mode is QVBR and Quality tuning level is Multi-pass HQ. For Max
average bitrate values suited to the complexity of your input video, the service limits the average
bitrate of the video part of this output to the value you choose. That is, the total size of the video
element is less than or equal to the value you set multiplied by the number of seconds of encoded output.public void setQvbrQualityLevel(Integer qvbrQualityLevel)
qvbrQualityLevel
- Required when you use QVBR rate control mode. That is, when you specify qvbrSettings within h264Settings.
Specify the target quality level for this output, from 1 to 10. Use higher numbers for greater quality.
Level 10 results in nearly lossless compression. The quality level for most broadcast-quality transcodes
is between 6 and 9.public Integer getQvbrQualityLevel()
public H264QvbrSettings withQvbrQualityLevel(Integer qvbrQualityLevel)
qvbrQualityLevel
- Required when you use QVBR rate control mode. That is, when you specify qvbrSettings within h264Settings.
Specify the target quality level for this output, from 1 to 10. Use higher numbers for greater quality.
Level 10 results in nearly lossless compression. The quality level for most broadcast-quality transcodes
is between 6 and 9.public String toString()
toString
in class Object
Object.toString()
public H264QvbrSettings 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.