@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DolbyVision extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
DolbyVision() |
Modifier and Type | Method and Description |
---|---|
DolbyVision |
clone() |
boolean |
equals(Object obj) |
DolbyVisionLevel6Metadata |
getL6Metadata()
Use these settings when you set DolbyVisionLevel6Mode to SPECIFY to override the MaxCLL and MaxFALL values in
your input with new values.
|
String |
getL6Mode()
Use Dolby Vision Mode to choose how the service will handle Dolby Vision MaxCLL and MaxFALL properies.
|
String |
getProfile()
In the current MediaConvert implementation, the Dolby Vision profile is always 5 (PROFILE_5).
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setL6Metadata(DolbyVisionLevel6Metadata l6Metadata)
Use these settings when you set DolbyVisionLevel6Mode to SPECIFY to override the MaxCLL and MaxFALL values in
your input with new values.
|
void |
setL6Mode(String l6Mode)
Use Dolby Vision Mode to choose how the service will handle Dolby Vision MaxCLL and MaxFALL properies.
|
void |
setProfile(String profile)
In the current MediaConvert implementation, the Dolby Vision profile is always 5 (PROFILE_5).
|
String |
toString()
Returns a string representation of this object.
|
DolbyVision |
withL6Metadata(DolbyVisionLevel6Metadata l6Metadata)
Use these settings when you set DolbyVisionLevel6Mode to SPECIFY to override the MaxCLL and MaxFALL values in
your input with new values.
|
DolbyVision |
withL6Mode(DolbyVisionLevel6Mode l6Mode)
Use Dolby Vision Mode to choose how the service will handle Dolby Vision MaxCLL and MaxFALL properies.
|
DolbyVision |
withL6Mode(String l6Mode)
Use Dolby Vision Mode to choose how the service will handle Dolby Vision MaxCLL and MaxFALL properies.
|
DolbyVision |
withProfile(DolbyVisionProfile profile)
In the current MediaConvert implementation, the Dolby Vision profile is always 5 (PROFILE_5).
|
DolbyVision |
withProfile(String profile)
In the current MediaConvert implementation, the Dolby Vision profile is always 5 (PROFILE_5).
|
public void setL6Metadata(DolbyVisionLevel6Metadata l6Metadata)
l6Metadata
- Use these settings when you set DolbyVisionLevel6Mode to SPECIFY to override the MaxCLL and MaxFALL values
in your input with new values.public DolbyVisionLevel6Metadata getL6Metadata()
public DolbyVision withL6Metadata(DolbyVisionLevel6Metadata l6Metadata)
l6Metadata
- Use these settings when you set DolbyVisionLevel6Mode to SPECIFY to override the MaxCLL and MaxFALL values
in your input with new values.public void setL6Mode(String l6Mode)
l6Mode
- Use Dolby Vision Mode to choose how the service will handle Dolby Vision MaxCLL and MaxFALL properies.DolbyVisionLevel6Mode
public String getL6Mode()
DolbyVisionLevel6Mode
public DolbyVision withL6Mode(String l6Mode)
l6Mode
- Use Dolby Vision Mode to choose how the service will handle Dolby Vision MaxCLL and MaxFALL properies.DolbyVisionLevel6Mode
public DolbyVision withL6Mode(DolbyVisionLevel6Mode l6Mode)
l6Mode
- Use Dolby Vision Mode to choose how the service will handle Dolby Vision MaxCLL and MaxFALL properies.DolbyVisionLevel6Mode
public void setProfile(String profile)
profile
- In the current MediaConvert implementation, the Dolby Vision profile is always 5 (PROFILE_5). Therefore,
all of your inputs must contain Dolby Vision frame interleaved data.DolbyVisionProfile
public String getProfile()
DolbyVisionProfile
public DolbyVision withProfile(String profile)
profile
- In the current MediaConvert implementation, the Dolby Vision profile is always 5 (PROFILE_5). Therefore,
all of your inputs must contain Dolby Vision frame interleaved data.DolbyVisionProfile
public DolbyVision withProfile(DolbyVisionProfile profile)
profile
- In the current MediaConvert implementation, the Dolby Vision profile is always 5 (PROFILE_5). Therefore,
all of your inputs must contain Dolby Vision frame interleaved data.DolbyVisionProfile
public String toString()
toString
in class Object
Object.toString()
public DolbyVision clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.