| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
MinBottomRenditionSize |
MinBottomRenditionSize.clone() |
MinBottomRenditionSize |
AutomatedAbrRule.getMinBottomRenditionSize()
Use Min bottom rendition size to specify a minimum size for the lowest resolution in your ABR stack.
|
MinBottomRenditionSize |
MinBottomRenditionSize.withHeight(Integer height)
Use Height to define the video resolution height, in pixels, for this rule.
|
MinBottomRenditionSize |
MinBottomRenditionSize.withWidth(Integer width)
Use Width to define the video resolution width, in pixels, for this rule.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AutomatedAbrRule.setMinBottomRenditionSize(MinBottomRenditionSize minBottomRenditionSize)
Use Min bottom rendition size to specify a minimum size for the lowest resolution in your ABR stack.
|
AutomatedAbrRule |
AutomatedAbrRule.withMinBottomRenditionSize(MinBottomRenditionSize minBottomRenditionSize)
Use Min bottom rendition size to specify a minimum size for the lowest resolution in your ABR stack.
|
Copyright © 2024. All rights reserved.