@Generated(value="software.amazon.awssdk:codegen") public final class Hdr10Metadata extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Hdr10Metadata.Builder,Hdr10Metadata>
Modifier and Type | Class and Description |
---|---|
static interface |
Hdr10Metadata.Builder |
Modifier and Type | Method and Description |
---|---|
Integer |
bluePrimaryX()
HDR Master Display Information must be provided by a color grader, using color grading tools.
|
Integer |
bluePrimaryY()
HDR Master Display Information must be provided by a color grader, using color grading tools.
|
static Hdr10Metadata.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
Integer |
greenPrimaryX()
HDR Master Display Information must be provided by a color grader, using color grading tools.
|
Integer |
greenPrimaryY()
HDR Master Display Information must be provided by a color grader, using color grading tools.
|
int |
hashCode() |
Integer |
maxContentLightLevel()
Maximum light level among all samples in the coded video sequence, in units of candelas per square meter.
|
Integer |
maxFrameAverageLightLevel()
Maximum average light level of any frame in the coded video sequence, in units of candelas per square meter.
|
Integer |
maxLuminance()
Nominal maximum mastering display luminance in units of of 0.0001 candelas per square meter.
|
Integer |
minLuminance()
Nominal minimum mastering display luminance in units of of 0.0001 candelas per square meter
|
Integer |
redPrimaryX()
HDR Master Display Information must be provided by a color grader, using color grading tools.
|
Integer |
redPrimaryY()
HDR Master Display Information must be provided by a color grader, using color grading tools.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Hdr10Metadata.Builder> |
serializableBuilderClass() |
Hdr10Metadata.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
whitePointX()
HDR Master Display Information must be provided by a color grader, using color grading tools.
|
Integer |
whitePointY()
HDR Master Display Information must be provided by a color grader, using color grading tools.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public Integer bluePrimaryX()
public Integer bluePrimaryY()
public Integer greenPrimaryX()
public Integer greenPrimaryY()
public Integer maxContentLightLevel()
public Integer maxFrameAverageLightLevel()
public Integer maxLuminance()
public Integer minLuminance()
public Integer redPrimaryX()
public Integer redPrimaryY()
public Integer whitePointX()
public Integer whitePointY()
public Hdr10Metadata.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<Hdr10Metadata.Builder,Hdr10Metadata>
public static Hdr10Metadata.Builder builder()
public static Class<? extends Hdr10Metadata.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2019. All rights reserved.