Uses of Class
software.amazon.awssdk.services.mediaconvert.model.ColorSpaceUsage
-
Packages that use ColorSpaceUsage Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of ColorSpaceUsage in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return ColorSpaceUsage Modifier and Type Method Description ColorSpaceUsageVideoSelector. colorSpaceUsage()There are two sources for color metadata, the input file and the job input settings Color space and HDR master display information settings.static ColorSpaceUsageColorSpaceUsage. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ColorSpaceUsageColorSpaceUsage. valueOf(String name)Returns the enum constant of this type with the specified name.static ColorSpaceUsage[]ColorSpaceUsage. 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 ColorSpaceUsage Modifier and Type Method Description static Set<ColorSpaceUsage>ColorSpaceUsage. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type ColorSpaceUsage Modifier and Type Method Description VideoSelector.BuilderVideoSelector.Builder. colorSpaceUsage(ColorSpaceUsage colorSpaceUsage)There are two sources for color metadata, the input file and the job input settings Color space and HDR master display information settings.
-