| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
AutomatedAbrSettings |
AutomatedAbrSettings.clone() |
AutomatedAbrSettings |
AutomatedEncodingSettings.getAbrSettings()
Use automated ABR to have MediaConvert set up the renditions in your ABR package for you automatically, based on
characteristics of your input video.
|
AutomatedAbrSettings |
AutomatedAbrSettings.withMaxAbrBitrate(Integer maxAbrBitrate)
Optional.
|
AutomatedAbrSettings |
AutomatedAbrSettings.withMaxRenditions(Integer maxRenditions)
Optional.
|
AutomatedAbrSettings |
AutomatedAbrSettings.withMinAbrBitrate(Integer minAbrBitrate)
Optional.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AutomatedEncodingSettings.setAbrSettings(AutomatedAbrSettings abrSettings)
Use automated ABR to have MediaConvert set up the renditions in your ABR package for you automatically, based on
characteristics of your input video.
|
AutomatedEncodingSettings |
AutomatedEncodingSettings.withAbrSettings(AutomatedAbrSettings abrSettings)
Use automated ABR to have MediaConvert set up the renditions in your ABR package for you automatically, based on
characteristics of your input video.
|
Copyright © 2021. All rights reserved.