@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, waitcopypublic final Integer bluePrimaryX()
public final Integer bluePrimaryY()
public final Integer greenPrimaryX()
public final Integer greenPrimaryY()
public final Integer maxContentLightLevel()
public final Integer maxFrameAverageLightLevel()
public final Integer maxLuminance()
public final Integer minLuminance()
public final Integer redPrimaryX()
public final Integer redPrimaryY()
public final Integer whitePointX()
public final 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 final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.