@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AvcIntraUhdSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
AvcIntraUhdSettings() |
| Modifier and Type | Method and Description |
|---|---|
AvcIntraUhdSettings |
clone() |
boolean |
equals(Object obj) |
String |
getQualityTuningLevel()
Optional.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setQualityTuningLevel(String qualityTuningLevel)
Optional.
|
String |
toString()
Returns a string representation of this object.
|
AvcIntraUhdSettings |
withQualityTuningLevel(AvcIntraUhdQualityTuningLevel qualityTuningLevel)
Optional.
|
AvcIntraUhdSettings |
withQualityTuningLevel(String qualityTuningLevel)
Optional.
|
public void setQualityTuningLevel(String qualityTuningLevel)
qualityTuningLevel - Optional. Use Quality tuning level (qualityTuningLevel) to choose how many transcoding passes MediaConvert
does with your video. When you choose Multi-pass (MULTI_PASS), your video quality is better and your
output bitrate is more accurate. That is, the actual bitrate of your output is closer to the target
bitrate defined in the specification. When you choose Single-pass (SINGLE_PASS), your encoding time is
faster. The default behavior is Single-pass (SINGLE_PASS).AvcIntraUhdQualityTuningLevelpublic String getQualityTuningLevel()
AvcIntraUhdQualityTuningLevelpublic AvcIntraUhdSettings withQualityTuningLevel(String qualityTuningLevel)
qualityTuningLevel - Optional. Use Quality tuning level (qualityTuningLevel) to choose how many transcoding passes MediaConvert
does with your video. When you choose Multi-pass (MULTI_PASS), your video quality is better and your
output bitrate is more accurate. That is, the actual bitrate of your output is closer to the target
bitrate defined in the specification. When you choose Single-pass (SINGLE_PASS), your encoding time is
faster. The default behavior is Single-pass (SINGLE_PASS).AvcIntraUhdQualityTuningLevelpublic AvcIntraUhdSettings withQualityTuningLevel(AvcIntraUhdQualityTuningLevel qualityTuningLevel)
qualityTuningLevel - Optional. Use Quality tuning level (qualityTuningLevel) to choose how many transcoding passes MediaConvert
does with your video. When you choose Multi-pass (MULTI_PASS), your video quality is better and your
output bitrate is more accurate. That is, the actual bitrate of your output is closer to the target
bitrate defined in the specification. When you choose Single-pass (SINGLE_PASS), your encoding time is
faster. The default behavior is Single-pass (SINGLE_PASS).AvcIntraUhdQualityTuningLevelpublic String toString()
toString in class ObjectObject.toString()public AvcIntraUhdSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.