Uses of Class
software.amazon.awssdk.services.mediaconvert.model.DolbyVisionLevel6Mode
-
Packages that use DolbyVisionLevel6Mode Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of DolbyVisionLevel6Mode in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return DolbyVisionLevel6Mode Modifier and Type Method Description static DolbyVisionLevel6ModeDolbyVisionLevel6Mode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DolbyVisionLevel6ModeDolbyVision. l6Mode()Use Dolby Vision Mode to choose how the service will handle Dolby Vision MaxCLL and MaxFALL properies.static DolbyVisionLevel6ModeDolbyVisionLevel6Mode. valueOf(String name)Returns the enum constant of this type with the specified name.static DolbyVisionLevel6Mode[]DolbyVisionLevel6Mode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type DolbyVisionLevel6Mode Modifier and Type Method Description static Set<DolbyVisionLevel6Mode>DolbyVisionLevel6Mode. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type DolbyVisionLevel6Mode Modifier and Type Method Description DolbyVision.BuilderDolbyVision.Builder. l6Mode(DolbyVisionLevel6Mode l6Mode)Use Dolby Vision Mode to choose how the service will handle Dolby Vision MaxCLL and MaxFALL properies.
-