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 interface
DolbyVisionLevel6Metadata.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DolbyVisionLevel6Metadata.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
Integer
maxCll()
Maximum Content Light Level.Integer
maxFall()
Maximum Frame-Average Light Level.List<SdkField<?>>
sdkFields()
static Class<? extends DolbyVisionLevel6Metadata.Builder>
serializableBuilderClass()
DolbyVisionLevel6Metadata.Builder
toBuilder()
String
toString()
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:
toBuilder
in 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:
equalsBySdkFields
in 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.
-
-