Uses of Class
software.amazon.awssdk.services.medialive.model.Mpeg2ColorMetadata
-
Packages that use Mpeg2ColorMetadata Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of Mpeg2ColorMetadata in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return Mpeg2ColorMetadata Modifier and Type Method Description Mpeg2ColorMetadataMpeg2Settings. colorMetadata()Specifies whether to include the color space metadata.static Mpeg2ColorMetadataMpeg2ColorMetadata. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static Mpeg2ColorMetadataMpeg2ColorMetadata. valueOf(String name)Returns the enum constant of this type with the specified name.static Mpeg2ColorMetadata[]Mpeg2ColorMetadata. 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 Mpeg2ColorMetadata Modifier and Type Method Description static Set<Mpeg2ColorMetadata>Mpeg2ColorMetadata. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type Mpeg2ColorMetadata Modifier and Type Method Description Mpeg2Settings.BuilderMpeg2Settings.Builder. colorMetadata(Mpeg2ColorMetadata colorMetadata)Specifies whether to include the color space metadata.
-