@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AutomatedAbrSettings extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
AutomatedAbrSettings() |
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 List<AutomatedAbrRule> getRules()
public void setRules(Collection<AutomatedAbrRule> rules)
rules
- Optional. Use Automated ABR rules to specify restrictions for the rendition sizes MediaConvert will create
in your ABR stack. You can use these rules if your ABR workflow has specific rendition size requirements,
but you still want MediaConvert to optimize for video quality and overall file size.public AutomatedAbrSettings withRules(AutomatedAbrRule... rules)
NOTE: This method appends the values to the existing list (if any). Use
setRules(java.util.Collection)
or withRules(java.util.Collection)
if you want to override the
existing values.
rules
- Optional. Use Automated ABR rules to specify restrictions for the rendition sizes MediaConvert will create
in your ABR stack. You can use these rules if your ABR workflow has specific rendition size requirements,
but you still want MediaConvert to optimize for video quality and overall file size.public AutomatedAbrSettings withRules(Collection<AutomatedAbrRule> rules)
rules
- Optional. Use Automated ABR rules to specify restrictions for the rendition sizes MediaConvert will create
in your ABR stack. You can use these rules if your ABR workflow has specific rendition size requirements,
but you still want MediaConvert to optimize for video quality and overall file size.public String toString()
toString
in class Object
Object.toString()
public AutomatedAbrSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.