| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
Hdr10Metadata |
Hdr10Metadata.clone() |
Hdr10Metadata |
ColorCorrector.getHdr10Metadata()
Use these settings when you convert to the HDR 10 color space.
|
Hdr10Metadata |
VideoSelector.getHdr10Metadata()
Use these settings to provide HDR 10 metadata that is missing or inaccurate in your input video.
|
Hdr10Metadata |
Hdr10Metadata.withBluePrimaryX(Integer bluePrimaryX)
HDR Master Display Information must be provided by a color grader, using color grading tools.
|
Hdr10Metadata |
Hdr10Metadata.withBluePrimaryY(Integer bluePrimaryY)
HDR Master Display Information must be provided by a color grader, using color grading tools.
|
Hdr10Metadata |
Hdr10Metadata.withGreenPrimaryX(Integer greenPrimaryX)
HDR Master Display Information must be provided by a color grader, using color grading tools.
|
Hdr10Metadata |
Hdr10Metadata.withGreenPrimaryY(Integer greenPrimaryY)
HDR Master Display Information must be provided by a color grader, using color grading tools.
|
Hdr10Metadata |
Hdr10Metadata.withMaxContentLightLevel(Integer maxContentLightLevel)
Maximum light level among all samples in the coded video sequence, in units of candelas per square meter.
|
Hdr10Metadata |
Hdr10Metadata.withMaxFrameAverageLightLevel(Integer maxFrameAverageLightLevel)
Maximum average light level of any frame in the coded video sequence, in units of candelas per square meter.
|
Hdr10Metadata |
Hdr10Metadata.withMaxLuminance(Integer maxLuminance)
Nominal maximum mastering display luminance in units of of 0.0001 candelas per square meter.
|
Hdr10Metadata |
Hdr10Metadata.withMinLuminance(Integer minLuminance)
Nominal minimum mastering display luminance in units of of 0.0001 candelas per square meter
|
Hdr10Metadata |
Hdr10Metadata.withRedPrimaryX(Integer redPrimaryX)
HDR Master Display Information must be provided by a color grader, using color grading tools.
|
Hdr10Metadata |
Hdr10Metadata.withRedPrimaryY(Integer redPrimaryY)
HDR Master Display Information must be provided by a color grader, using color grading tools.
|
Hdr10Metadata |
Hdr10Metadata.withWhitePointX(Integer whitePointX)
HDR Master Display Information must be provided by a color grader, using color grading tools.
|
Hdr10Metadata |
Hdr10Metadata.withWhitePointY(Integer whitePointY)
HDR Master Display Information must be provided by a color grader, using color grading tools.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ColorCorrector.setHdr10Metadata(Hdr10Metadata hdr10Metadata)
Use these settings when you convert to the HDR 10 color space.
|
void |
VideoSelector.setHdr10Metadata(Hdr10Metadata hdr10Metadata)
Use these settings to provide HDR 10 metadata that is missing or inaccurate in your input video.
|
ColorCorrector |
ColorCorrector.withHdr10Metadata(Hdr10Metadata hdr10Metadata)
Use these settings when you convert to the HDR 10 color space.
|
VideoSelector |
VideoSelector.withHdr10Metadata(Hdr10Metadata hdr10Metadata)
Use these settings to provide HDR 10 metadata that is missing or inaccurate in your input video.
|
Copyright © 2022. All rights reserved.