@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).AvcIntraUhdQualityTuningLevel
public String getQualityTuningLevel()
AvcIntraUhdQualityTuningLevel
public 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).AvcIntraUhdQualityTuningLevel
public 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).AvcIntraUhdQualityTuningLevel
public String toString()
toString
in class Object
Object.toString()
public AvcIntraUhdSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.