Class DolbyVisionLevel6Metadata
- java.lang.Object
-
- software.amazon.awssdk.services.mediaconvert.model.DolbyVisionLevel6Metadata
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DolbyVisionLevel6Metadata.Builder,DolbyVisionLevel6Metadata>
@Generated("software.amazon.awssdk:codegen") public final class DolbyVisionLevel6Metadata extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DolbyVisionLevel6Metadata.Builder,DolbyVisionLevel6Metadata>
Use these settings when you set DolbyVisionLevel6Mode to SPECIFY to override the MaxCLL and MaxFALL values in your input with new values.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDolbyVisionLevel6Metadata.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DolbyVisionLevel6Metadata.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxCll()Maximum Content Light Level.IntegermaxFall()Maximum Frame-Average Light Level.List<SdkField<?>>sdkFields()static Class<? extends DolbyVisionLevel6Metadata.Builder>serializableBuilderClass()DolbyVisionLevel6Metadata.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
maxCll
public final Integer maxCll()
Maximum Content Light Level. Static HDR metadata that corresponds to the brightest pixel in the entire stream. Measured in nits.- Returns:
- Maximum Content Light Level. Static HDR metadata that corresponds to the brightest pixel in the entire stream. Measured in nits.
-
maxFall
public final Integer maxFall()
Maximum Frame-Average Light Level. Static HDR metadata that corresponds to the highest frame-average brightness in the entire stream. Measured in nits.- Returns:
- Maximum Frame-Average Light Level. Static HDR metadata that corresponds to the highest frame-average brightness in the entire stream. Measured in nits.
-
toBuilder
public DolbyVisionLevel6Metadata.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DolbyVisionLevel6Metadata.Builder,DolbyVisionLevel6Metadata>
-
builder
public static DolbyVisionLevel6Metadata.Builder builder()
-
serializableBuilderClass
public static Class<? extends DolbyVisionLevel6Metadata.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-