public static interface AutomatedAbrSettings.Builder extends SdkPojo, CopyableBuilder<AutomatedAbrSettings.Builder,AutomatedAbrSettings>
Modifier and Type | Method and Description |
---|---|
AutomatedAbrSettings.Builder |
maxAbrBitrate(Integer maxAbrBitrate)
Optional.
|
AutomatedAbrSettings.Builder |
maxRenditions(Integer maxRenditions)
Optional.
|
AutomatedAbrSettings.Builder |
minAbrBitrate(Integer minAbrBitrate)
Optional.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
AutomatedAbrSettings.Builder maxAbrBitrate(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.AutomatedAbrSettings.Builder maxRenditions(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.AutomatedAbrSettings.Builder minAbrBitrate(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.Copyright © 2020. All rights reserved.