| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
ProresSettings |
ProresSettings.clone() |
ProresSettings |
VideoCodecSettings.getProresSettings() |
ProresSettings |
ProresSettings.withCodecProfile(ProresCodecProfile codecProfile) |
ProresSettings |
ProresSettings.withCodecProfile(String codecProfile) |
ProresSettings |
ProresSettings.withFramerateControl(ProresFramerateControl framerateControl) |
ProresSettings |
ProresSettings.withFramerateControl(String framerateControl) |
ProresSettings |
ProresSettings.withFramerateConversionAlgorithm(ProresFramerateConversionAlgorithm framerateConversionAlgorithm) |
ProresSettings |
ProresSettings.withFramerateConversionAlgorithm(String framerateConversionAlgorithm) |
ProresSettings |
ProresSettings.withFramerateDenominator(Integer framerateDenominator)
Framerate denominator.
|
ProresSettings |
ProresSettings.withFramerateNumerator(Integer framerateNumerator)
When you use the API for transcode jobs that use framerate conversion, specify the framerate as a fraction.
|
ProresSettings |
ProresSettings.withInterlaceMode(ProresInterlaceMode interlaceMode) |
ProresSettings |
ProresSettings.withInterlaceMode(String interlaceMode) |
ProresSettings |
ProresSettings.withParControl(ProresParControl parControl) |
ProresSettings |
ProresSettings.withParControl(String parControl) |
ProresSettings |
ProresSettings.withParDenominator(Integer parDenominator)
Pixel Aspect Ratio denominator.
|
ProresSettings |
ProresSettings.withParNumerator(Integer parNumerator)
Pixel Aspect Ratio numerator.
|
ProresSettings |
ProresSettings.withSlowPal(ProresSlowPal slowPal) |
ProresSettings |
ProresSettings.withSlowPal(String slowPal) |
ProresSettings |
ProresSettings.withTelecine(ProresTelecine telecine) |
ProresSettings |
ProresSettings.withTelecine(String telecine) |
| Modifier and Type | Method and Description |
|---|---|
void |
VideoCodecSettings.setProresSettings(ProresSettings proresSettings) |
VideoCodecSettings |
VideoCodecSettings.withProresSettings(ProresSettings proresSettings) |
Copyright © 2019. All rights reserved.