@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AutomatedAbrSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
AutomatedAbrSettings() |
| Modifier and Type | Method and Description |
|---|---|
AutomatedAbrSettings |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxAbrBitrate()
Optional.
|
Integer |
getMaxRenditions()
Optional.
|
Integer |
getMinAbrBitrate()
Optional.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setMaxAbrBitrate(Integer maxAbrBitrate)
Optional.
|
void |
setMaxRenditions(Integer maxRenditions)
Optional.
|
void |
setMinAbrBitrate(Integer minAbrBitrate)
Optional.
|
String |
toString()
Returns a string representation of this object.
|
AutomatedAbrSettings |
withMaxAbrBitrate(Integer maxAbrBitrate)
Optional.
|
AutomatedAbrSettings |
withMaxRenditions(Integer maxRenditions)
Optional.
|
AutomatedAbrSettings |
withMinAbrBitrate(Integer minAbrBitrate)
Optional.
|
public void setMaxAbrBitrate(Integer maxAbrBitrate)
maxAbrBitrate - Optional. The maximum target bit rate used in your automated ABR stack. Use this value to set an upper
limit on the bandwidth consumed by the highest-quality rendition. This is the rendition that is delivered
to viewers with the fastest internet connections. If you don't specify a value, MediaConvert uses
8,000,000 (8 mb/s) by default.public Integer getMaxAbrBitrate()
public AutomatedAbrSettings withMaxAbrBitrate(Integer maxAbrBitrate)
maxAbrBitrate - Optional. The maximum target bit rate used in your automated ABR stack. Use this value to set an upper
limit on the bandwidth consumed by the highest-quality rendition. This is the rendition that is delivered
to viewers with the fastest internet connections. If you don't specify a value, MediaConvert uses
8,000,000 (8 mb/s) by default.public void setMaxRenditions(Integer maxRenditions)
maxRenditions - Optional. The maximum number of renditions that MediaConvert will create in your automated ABR stack. The
number of renditions is determined automatically, based on analysis of each job, but will never exceed
this limit. When you set this to Auto in the console, which is equivalent to excluding it from your JSON
job specification, MediaConvert defaults to a limit of 15.public Integer getMaxRenditions()
public AutomatedAbrSettings withMaxRenditions(Integer maxRenditions)
maxRenditions - Optional. The maximum number of renditions that MediaConvert will create in your automated ABR stack. The
number of renditions is determined automatically, based on analysis of each job, but will never exceed
this limit. When you set this to Auto in the console, which is equivalent to excluding it from your JSON
job specification, MediaConvert defaults to a limit of 15.public void setMinAbrBitrate(Integer minAbrBitrate)
minAbrBitrate - Optional. The minimum target bitrate used in your automated ABR stack. Use this value to set a lower limit
on the bitrate of video delivered to viewers with slow internet connections. If you don't specify a value,
MediaConvert uses 600,000 (600 kb/s) by default.public Integer getMinAbrBitrate()
public AutomatedAbrSettings withMinAbrBitrate(Integer minAbrBitrate)
minAbrBitrate - Optional. The minimum target bitrate used in your automated ABR stack. Use this value to set a lower limit
on the bitrate of video delivered to viewers with slow internet connections. If you don't specify a value,
MediaConvert uses 600,000 (600 kb/s) by default.public String toString()
toString in class ObjectObject.toString()public AutomatedAbrSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.