@Generated(value="software.amazon.awssdk:codegen") public final class DolbyVision extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DolbyVision.Builder,DolbyVision>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DolbyVision.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DolbyVision.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
DolbyVisionLevel6Metadata |
l6Metadata()
Use these settings when you set DolbyVisionLevel6Mode to SPECIFY to override the MaxCLL and MaxFALL values in
your input with new values.
|
DolbyVisionLevel6Mode |
l6Mode()
Use Dolby Vision Mode to choose how the service will handle Dolby Vision MaxCLL and MaxFALL properies.
|
String |
l6ModeAsString()
Use Dolby Vision Mode to choose how the service will handle Dolby Vision MaxCLL and MaxFALL properies.
|
DolbyVisionMapping |
mapping()
Required when you set Dolby Vision Profile to Profile 8.1.
|
String |
mappingAsString()
Required when you set Dolby Vision Profile to Profile 8.1.
|
DolbyVisionProfile |
profile()
Required when you enable Dolby Vision.
|
String |
profileAsString()
Required when you enable Dolby Vision.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DolbyVision.Builder> |
serializableBuilderClass() |
DolbyVision.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final DolbyVisionLevel6Metadata l6Metadata()
public final DolbyVisionLevel6Mode l6Mode()
If the service returns an enum value that is not available in the current SDK version, l6Mode will
return DolbyVisionLevel6Mode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from l6ModeAsString().
DolbyVisionLevel6Modepublic final String l6ModeAsString()
If the service returns an enum value that is not available in the current SDK version, l6Mode will
return DolbyVisionLevel6Mode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from l6ModeAsString().
DolbyVisionLevel6Modepublic final DolbyVisionMapping mapping()
If the service returns an enum value that is not available in the current SDK version, mapping will
return DolbyVisionMapping.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
mappingAsString().
DolbyVisionMappingpublic final String mappingAsString()
If the service returns an enum value that is not available in the current SDK version, mapping will
return DolbyVisionMapping.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
mappingAsString().
DolbyVisionMappingpublic final DolbyVisionProfile profile()
If the service returns an enum value that is not available in the current SDK version, profile will
return DolbyVisionProfile.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
profileAsString().
DolbyVisionProfilepublic final String profileAsString()
If the service returns an enum value that is not available in the current SDK version, profile will
return DolbyVisionProfile.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
profileAsString().
DolbyVisionProfilepublic DolbyVision.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DolbyVision.Builder,DolbyVision>public static DolbyVision.Builder builder()
public static Class<? extends DolbyVision.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.