@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DolbyVisionLevel6Metadata extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
DolbyVisionLevel6Metadata() |
| Modifier and Type | Method and Description |
|---|---|
DolbyVisionLevel6Metadata |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxCll()
Maximum Content Light Level.
|
Integer |
getMaxFall()
Maximum Frame-Average Light Level.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setMaxCll(Integer maxCll)
Maximum Content Light Level.
|
void |
setMaxFall(Integer maxFall)
Maximum Frame-Average Light Level.
|
String |
toString()
Returns a string representation of this object.
|
DolbyVisionLevel6Metadata |
withMaxCll(Integer maxCll)
Maximum Content Light Level.
|
DolbyVisionLevel6Metadata |
withMaxFall(Integer maxFall)
Maximum Frame-Average Light Level.
|
public void setMaxCll(Integer maxCll)
maxCll - Maximum Content Light Level. Static HDR metadata that corresponds to the brightest pixel in the entire
stream. Measured in nits.public Integer getMaxCll()
public DolbyVisionLevel6Metadata withMaxCll(Integer maxCll)
maxCll - Maximum Content Light Level. Static HDR metadata that corresponds to the brightest pixel in the entire
stream. Measured in nits.public void setMaxFall(Integer maxFall)
maxFall - Maximum Frame-Average Light Level. Static HDR metadata that corresponds to the highest frame-average
brightness in the entire stream. Measured in nits.public Integer getMaxFall()
public DolbyVisionLevel6Metadata withMaxFall(Integer maxFall)
maxFall - Maximum Frame-Average Light Level. Static HDR metadata that corresponds to the highest frame-average
brightness in the entire stream. Measured in nits.public String toString()
toString in class ObjectObject.toString()public DolbyVisionLevel6Metadata clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.