Package | Description |
---|---|
software.amazon.awssdk.services.mediaconvert.model |
Modifier and Type | Method and Description |
---|---|
Hdr10Metadata.Builder |
Hdr10Metadata.Builder.bluePrimaryX(Integer bluePrimaryX)
HDR Master Display Information must be provided by a color grader, using color grading tools.
|
Hdr10Metadata.Builder |
Hdr10Metadata.Builder.bluePrimaryY(Integer bluePrimaryY)
HDR Master Display Information must be provided by a color grader, using color grading tools.
|
static Hdr10Metadata.Builder |
Hdr10Metadata.builder() |
Hdr10Metadata.Builder |
Hdr10Metadata.Builder.greenPrimaryX(Integer greenPrimaryX)
HDR Master Display Information must be provided by a color grader, using color grading tools.
|
Hdr10Metadata.Builder |
Hdr10Metadata.Builder.greenPrimaryY(Integer greenPrimaryY)
HDR Master Display Information must be provided by a color grader, using color grading tools.
|
Hdr10Metadata.Builder |
Hdr10Metadata.Builder.maxContentLightLevel(Integer maxContentLightLevel)
Maximum light level among all samples in the coded video sequence, in units of candelas per square meter.
|
Hdr10Metadata.Builder |
Hdr10Metadata.Builder.maxFrameAverageLightLevel(Integer maxFrameAverageLightLevel)
Maximum average light level of any frame in the coded video sequence, in units of candelas per square meter.
|
Hdr10Metadata.Builder |
Hdr10Metadata.Builder.maxLuminance(Integer maxLuminance)
Nominal maximum mastering display luminance in units of of 0.0001 candelas per square meter.
|
Hdr10Metadata.Builder |
Hdr10Metadata.Builder.minLuminance(Integer minLuminance)
Nominal minimum mastering display luminance in units of of 0.0001 candelas per square meter
|
Hdr10Metadata.Builder |
Hdr10Metadata.Builder.redPrimaryX(Integer redPrimaryX)
HDR Master Display Information must be provided by a color grader, using color grading tools.
|
Hdr10Metadata.Builder |
Hdr10Metadata.Builder.redPrimaryY(Integer redPrimaryY)
HDR Master Display Information must be provided by a color grader, using color grading tools.
|
Hdr10Metadata.Builder |
Hdr10Metadata.toBuilder() |
Hdr10Metadata.Builder |
Hdr10Metadata.Builder.whitePointX(Integer whitePointX)
HDR Master Display Information must be provided by a color grader, using color grading tools.
|
Hdr10Metadata.Builder |
Hdr10Metadata.Builder.whitePointY(Integer whitePointY)
HDR Master Display Information must be provided by a color grader, using color grading tools.
|
Modifier and Type | Method and Description |
---|---|
static Class<? extends Hdr10Metadata.Builder> |
Hdr10Metadata.serializableBuilderClass() |
Modifier and Type | Method and Description |
---|---|
default ColorCorrector.Builder |
ColorCorrector.Builder.hdr10Metadata(Consumer<Hdr10Metadata.Builder> hdr10Metadata)
Use these settings when you convert to the HDR 10 color space.
|
default VideoSelector.Builder |
VideoSelector.Builder.hdr10Metadata(Consumer<Hdr10Metadata.Builder> hdr10Metadata)
Use these settings to provide HDR 10 metadata that is missing or inaccurate in your input video.
|
Copyright © 2022. All rights reserved.