Uses of Class
software.amazon.awssdk.services.mediaconvert.model.Xavc4kProfileQualityTuningLevel
-
Packages that use Xavc4kProfileQualityTuningLevel Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of Xavc4kProfileQualityTuningLevel in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return Xavc4kProfileQualityTuningLevel Modifier and Type Method Description static Xavc4kProfileQualityTuningLevelXavc4kProfileQualityTuningLevel. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.Xavc4kProfileQualityTuningLevelXavc4kProfileSettings. qualityTuningLevel()Optional.static Xavc4kProfileQualityTuningLevelXavc4kProfileQualityTuningLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static Xavc4kProfileQualityTuningLevel[]Xavc4kProfileQualityTuningLevel. 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 Xavc4kProfileQualityTuningLevel Modifier and Type Method Description static Set<Xavc4kProfileQualityTuningLevel>Xavc4kProfileQualityTuningLevel. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type Xavc4kProfileQualityTuningLevel Modifier and Type Method Description Xavc4kProfileSettings.BuilderXavc4kProfileSettings.Builder. qualityTuningLevel(Xavc4kProfileQualityTuningLevel qualityTuningLevel)Optional.
-