@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Hdr10Settings extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
Hdr10Settings() |
Modifier and Type | Method and Description |
---|---|
Hdr10Settings |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxCll()
Maximum Content Light Level An integer metadata value defining the maximum light level, in nits, of any single
pixel within an encoded HDR video stream or file.
|
Integer |
getMaxFall()
Maximum Frame Average Light Level An integer metadata value defining the maximum average light level, in nits,
for any single frame within an encoded HDR video stream or file.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMaxCll(Integer maxCll)
Maximum Content Light Level An integer metadata value defining the maximum light level, in nits, of any single
pixel within an encoded HDR video stream or file.
|
void |
setMaxFall(Integer maxFall)
Maximum Frame Average Light Level An integer metadata value defining the maximum average light level, in nits,
for any single frame within an encoded HDR video stream or file.
|
String |
toString()
Returns a string representation of this object.
|
Hdr10Settings |
withMaxCll(Integer maxCll)
Maximum Content Light Level An integer metadata value defining the maximum light level, in nits, of any single
pixel within an encoded HDR video stream or file.
|
Hdr10Settings |
withMaxFall(Integer maxFall)
Maximum Frame Average Light Level An integer metadata value defining the maximum average light level, in nits,
for any single frame within an encoded HDR video stream or file.
|
public void setMaxCll(Integer maxCll)
maxCll
- Maximum Content Light Level An integer metadata value defining the maximum light level, in nits, of any
single pixel within an encoded HDR video stream or file.public Integer getMaxCll()
public Hdr10Settings withMaxCll(Integer maxCll)
maxCll
- Maximum Content Light Level An integer metadata value defining the maximum light level, in nits, of any
single pixel within an encoded HDR video stream or file.public void setMaxFall(Integer maxFall)
maxFall
- Maximum Frame Average Light Level An integer metadata value defining the maximum average light level, in
nits, for any single frame within an encoded HDR video stream or file.public Integer getMaxFall()
public Hdr10Settings withMaxFall(Integer maxFall)
maxFall
- Maximum Frame Average Light Level An integer metadata value defining the maximum average light level, in
nits, for any single frame within an encoded HDR video stream or file.public String toString()
toString
in class Object
Object.toString()
public Hdr10Settings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.