Uses of Class
software.amazon.awssdk.services.medialive.model.H264ColorMetadata
-
Packages that use H264ColorMetadata Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of H264ColorMetadata in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return H264ColorMetadata Modifier and Type Method Description H264ColorMetadataH264Settings. colorMetadata()Includes colorspace metadata in the output.static H264ColorMetadataH264ColorMetadata. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static H264ColorMetadataH264ColorMetadata. valueOf(String name)Returns the enum constant of this type with the specified name.static H264ColorMetadata[]H264ColorMetadata. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type H264ColorMetadata Modifier and Type Method Description static Set<H264ColorMetadata>H264ColorMetadata. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type H264ColorMetadata Modifier and Type Method Description H264Settings.BuilderH264Settings.Builder. colorMetadata(H264ColorMetadata colorMetadata)Includes colorspace metadata in the output.
-