| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
MinTopRenditionSize |
MinTopRenditionSize.clone() |
MinTopRenditionSize |
AutomatedAbrRule.getMinTopRenditionSize()
Use Min top rendition size to specify a minimum size for the highest resolution in your ABR stack.
|
MinTopRenditionSize |
MinTopRenditionSize.withHeight(Integer height)
Use Height to define the video resolution height, in pixels, for this rule.
|
MinTopRenditionSize |
MinTopRenditionSize.withWidth(Integer width)
Use Width to define the video resolution width, in pixels, for this rule.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AutomatedAbrRule.setMinTopRenditionSize(MinTopRenditionSize minTopRenditionSize)
Use Min top rendition size to specify a minimum size for the highest 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.
|
Copyright © 2022. All rights reserved.