@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) |
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.DolbyVisionLevel6Modepublic String getL6Mode()
DolbyVisionLevel6Modepublic DolbyVision withL6Mode(String l6Mode)
l6Mode - Use Dolby Vision Mode to choose how the service will handle Dolby Vision MaxCLL and MaxFALL properies.DolbyVisionLevel6Modepublic DolbyVision withL6Mode(DolbyVisionLevel6Mode l6Mode)
l6Mode - Use Dolby Vision Mode to choose how the service will handle Dolby Vision MaxCLL and MaxFALL properies.DolbyVisionLevel6Modepublic 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.DolbyVisionProfilepublic String getProfile()
DolbyVisionProfilepublic 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.DolbyVisionProfilepublic 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.DolbyVisionProfilepublic String toString()
toString in class ObjectObject.toString()public DolbyVision clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.