Uses of Class
software.amazon.awssdk.services.mediaconnect.model.Colorimetry
-
Packages that use Colorimetry Package Description software.amazon.awssdk.services.mediaconnect.model -
-
Uses of Colorimetry in software.amazon.awssdk.services.mediaconnect.model
Methods in software.amazon.awssdk.services.mediaconnect.model that return Colorimetry Modifier and Type Method Description ColorimetryFmtp. colorimetry()The format that is used for the representation of color.ColorimetryFmtpRequest. colorimetry()The format that is used for the representation of color.static ColorimetryColorimetry. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ColorimetryColorimetry. valueOf(String name)Returns the enum constant of this type with the specified name.static Colorimetry[]Colorimetry. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.mediaconnect.model that return types with arguments of type Colorimetry Modifier and Type Method Description static Set<Colorimetry>Colorimetry. knownValues()Methods in software.amazon.awssdk.services.mediaconnect.model with parameters of type Colorimetry Modifier and Type Method Description Fmtp.BuilderFmtp.Builder. colorimetry(Colorimetry colorimetry)The format that is used for the representation of color.FmtpRequest.BuilderFmtpRequest.Builder. colorimetry(Colorimetry colorimetry)The format that is used for the representation of color.
-