| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
static MinBottomRenditionSize.Builder |
MinBottomRenditionSize.builder() |
MinBottomRenditionSize.Builder |
MinBottomRenditionSize.Builder.height(Integer height)
Use Height to define the video resolution height, in pixels, for this rule.
|
MinBottomRenditionSize.Builder |
MinBottomRenditionSize.toBuilder() |
MinBottomRenditionSize.Builder |
MinBottomRenditionSize.Builder.width(Integer width)
Use Width to define the video resolution width, in pixels, for this rule.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends MinBottomRenditionSize.Builder> |
MinBottomRenditionSize.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AutomatedAbrRule.Builder |
AutomatedAbrRule.Builder.minBottomRenditionSize(Consumer<MinBottomRenditionSize.Builder> minBottomRenditionSize)
Use Min bottom rendition size to specify a minimum size for the lowest resolution in your ABR stack.
|
Copyright © 2023. All rights reserved.