| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
ForceIncludeRenditionSize |
ForceIncludeRenditionSize.clone() |
ForceIncludeRenditionSize |
ForceIncludeRenditionSize.withHeight(Integer height)
Use Height to define the video resolution height, in pixels, for this rule.
|
ForceIncludeRenditionSize |
ForceIncludeRenditionSize.withWidth(Integer width)
Use Width to define the video resolution width, in pixels, for this rule.
|
| Modifier and Type | Method and Description |
|---|---|
List<ForceIncludeRenditionSize> |
AutomatedAbrRule.getForceIncludeRenditions()
When customer adds the force include renditions rule for auto ABR ladder, they are required to add at leat one
rendition to forceIncludeRenditions list
|
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
void |
AutomatedAbrRule.setForceIncludeRenditions(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(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
|
Copyright © 2025. All rights reserved.