| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
AllowedRenditionSize |
AllowedRenditionSize.clone() |
AllowedRenditionSize |
AllowedRenditionSize.withHeight(Integer height)
Use Height to define the video resolution height, in pixels, for this rule.
|
AllowedRenditionSize |
AllowedRenditionSize.withRequired(RequiredFlag required)
Set to ENABLED to force a rendition to be included.
|
AllowedRenditionSize |
AllowedRenditionSize.withRequired(String required)
Set to ENABLED to force a rendition to be included.
|
AllowedRenditionSize |
AllowedRenditionSize.withWidth(Integer width)
Use Width to define the video resolution width, in pixels, for this rule.
|
| Modifier and Type | Method and Description |
|---|---|
List<AllowedRenditionSize> |
AutomatedAbrRule.getAllowedRenditions()
When customer adds the allowed renditions rule for auto ABR ladder, they are required to add at leat one
rendition to allowedRenditions list
|
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
void |
AutomatedAbrRule.setAllowedRenditions(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.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
|
Copyright © 2023. All rights reserved.