public static interface Hdr10Metadata.Builder extends CopyableBuilder<Hdr10Metadata.Builder,Hdr10Metadata>
Modifier and Type | Method and Description |
---|---|
Hdr10Metadata.Builder |
bluePrimaryX(Integer bluePrimaryX)
HDR Master Display Information comes from the color grader and the color grading tools.
|
Hdr10Metadata.Builder |
bluePrimaryY(Integer bluePrimaryY)
HDR Master Display Information comes from the color grader and the color grading tools.
|
Hdr10Metadata.Builder |
greenPrimaryX(Integer greenPrimaryX)
HDR Master Display Information comes from the color grader and the color grading tools.
|
Hdr10Metadata.Builder |
greenPrimaryY(Integer greenPrimaryY)
HDR Master Display Information comes from the color grader and the color grading tools.
|
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 |
maxFrameAverageLightLevel(Integer maxFrameAverageLightLevel)
Maximum average light level of any frame in the coded video sequence, in units of candelas per square meter.
|
Hdr10Metadata.Builder |
maxLuminance(Integer maxLuminance)
Nominal maximum mastering display luminance in units of of 0.0001 candelas per square meter.
|
Hdr10Metadata.Builder |
minLuminance(Integer minLuminance)
Nominal minimum mastering display luminance in units of of 0.0001 candelas per square meter
|
Hdr10Metadata.Builder |
redPrimaryX(Integer redPrimaryX)
HDR Master Display Information comes from the color grader and the color grading tools.
|
Hdr10Metadata.Builder |
redPrimaryY(Integer redPrimaryY)
HDR Master Display Information comes from the color grader and the color grading tools.
|
Hdr10Metadata.Builder |
whitePointX(Integer whitePointX)
HDR Master Display Information comes from the color grader and the color grading tools.
|
Hdr10Metadata.Builder |
whitePointY(Integer whitePointY)
HDR Master Display Information comes from the color grader and the color grading tools.
|
copy
applyMutation, build
Hdr10Metadata.Builder bluePrimaryX(Integer bluePrimaryX)
bluePrimaryX
- HDR Master Display Information comes from the color grader and the color grading tools. Range is 0 to
50,000, each increment represents 0.00002 in CIE1931 color coordinate.Hdr10Metadata.Builder bluePrimaryY(Integer bluePrimaryY)
bluePrimaryY
- HDR Master Display Information comes from the color grader and the color grading tools. Range is 0 to
50,000, each increment represents 0.00002 in CIE1931 color coordinate.Hdr10Metadata.Builder greenPrimaryX(Integer greenPrimaryX)
greenPrimaryX
- HDR Master Display Information comes from the color grader and the color grading tools. Range is 0 to
50,000, each increment represents 0.00002 in CIE1931 color coordinate.Hdr10Metadata.Builder greenPrimaryY(Integer greenPrimaryY)
greenPrimaryY
- HDR Master Display Information comes from the color grader and the color grading tools. Range is 0 to
50,000, each increment represents 0.00002 in CIE1931 color coordinate.Hdr10Metadata.Builder maxContentLightLevel(Integer maxContentLightLevel)
maxContentLightLevel
- Maximum light level among all samples in the coded video sequence, in units of candelas per square
meter.Hdr10Metadata.Builder maxFrameAverageLightLevel(Integer maxFrameAverageLightLevel)
maxFrameAverageLightLevel
- Maximum average light level of any frame in the coded video sequence, in units of candelas per square
meter.Hdr10Metadata.Builder maxLuminance(Integer maxLuminance)
maxLuminance
- Nominal maximum mastering display luminance in units of of 0.0001 candelas per square meter.Hdr10Metadata.Builder minLuminance(Integer minLuminance)
minLuminance
- Nominal minimum mastering display luminance in units of of 0.0001 candelas per square meterHdr10Metadata.Builder redPrimaryX(Integer redPrimaryX)
redPrimaryX
- HDR Master Display Information comes from the color grader and the color grading tools. Range is 0 to
50,000, each increment represents 0.00002 in CIE1931 color coordinate.Hdr10Metadata.Builder redPrimaryY(Integer redPrimaryY)
redPrimaryY
- HDR Master Display Information comes from the color grader and the color grading tools. Range is 0 to
50,000, each increment represents 0.00002 in CIE1931 color coordinate.Hdr10Metadata.Builder whitePointX(Integer whitePointX)
whitePointX
- HDR Master Display Information comes from the color grader and the color grading tools. Range is 0 to
50,000, each increment represents 0.00002 in CIE1931 color coordinate.Hdr10Metadata.Builder whitePointY(Integer whitePointY)
whitePointY
- HDR Master Display Information comes from the color grader and the color grading tools. Range is 0 to
50,000, each increment represents 0.00002 in CIE1931 color coordinate.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.