Uses of Class
software.amazon.awssdk.services.mediaconvert.model.Vc3Class
-
Packages that use Vc3Class Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of Vc3Class in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return Vc3Class Modifier and Type Method Description static Vc3ClassVc3Class. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static Vc3ClassVc3Class. valueOf(String name)Returns the enum constant of this type with the specified name.static Vc3Class[]Vc3Class. values()Returns an array containing the constants of this enum type, in the order they are declared.Vc3ClassVc3Settings. vc3Class()Specify the VC3 class to choose the quality characteristics for this output.Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type Vc3Class Modifier and Type Method Description static Set<Vc3Class>Vc3Class. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type Vc3Class Modifier and Type Method Description Vc3Settings.BuilderVc3Settings.Builder. vc3Class(Vc3Class vc3Class)Specify the VC3 class to choose the quality characteristics for this output.
-