| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
AutomatedAbrRule |
AutomatedAbrRule.clone() |
AutomatedAbrRule |
AutomatedAbrRule.withAllowedRenditions(AllowedRenditionSize... allowedRenditions)
When customer adds the allowed renditions rule for auto ABR ladder, they are required to add at leat one
rendition to allowedRenditions list
|
AutomatedAbrRule |
AutomatedAbrRule.withAllowedRenditions(Collection<AllowedRenditionSize> allowedRenditions)
When customer adds the allowed renditions rule for auto ABR ladder, they are required to add at leat one
rendition to allowedRenditions list
|
AutomatedAbrRule |
AutomatedAbrRule.withForceIncludeRenditions(Collection<ForceIncludeRenditionSize> forceIncludeRenditions)
When customer adds the force include renditions rule for auto ABR ladder, they are required to add at leat one
rendition to forceIncludeRenditions list
|
AutomatedAbrRule |
AutomatedAbrRule.withForceIncludeRenditions(ForceIncludeRenditionSize... forceIncludeRenditions)
When customer adds the force include renditions rule for auto ABR ladder, they are required to add at leat one
rendition to forceIncludeRenditions list
|
AutomatedAbrRule |
AutomatedAbrRule.withMinBottomRenditionSize(MinBottomRenditionSize minBottomRenditionSize)
Use Min bottom rendition size to specify a minimum size for the lowest resolution in your ABR stack.
|
AutomatedAbrRule |
AutomatedAbrRule.withMinTopRenditionSize(MinTopRenditionSize minTopRenditionSize)
Use Min top rendition size to specify a minimum size for the highest resolution in your ABR stack.
|
AutomatedAbrRule |
AutomatedAbrRule.withType(RuleType type)
Use Min top rendition size to specify a minimum size for the highest resolution in your ABR stack.
|
AutomatedAbrRule |
AutomatedAbrRule.withType(String type)
Use Min top rendition size to specify a minimum size for the highest resolution in your ABR stack.
|
| Modifier and Type | Method and Description |
|---|---|
List<AutomatedAbrRule> |
AutomatedAbrSettings.getRules()
Optional.
|
| Modifier and Type | Method and Description |
|---|---|
AutomatedAbrSettings |
AutomatedAbrSettings.withRules(AutomatedAbrRule... rules)
Optional.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AutomatedAbrSettings.setRules(Collection<AutomatedAbrRule> rules)
Optional.
|
AutomatedAbrSettings |
AutomatedAbrSettings.withRules(Collection<AutomatedAbrRule> rules)
Optional.
|
Copyright © 2025. All rights reserved.