Uses of Class
software.amazon.awssdk.services.mediaconvert.model.H265SpatialAdaptiveQuantization
-
Packages that use H265SpatialAdaptiveQuantization Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of H265SpatialAdaptiveQuantization in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return H265SpatialAdaptiveQuantization Modifier and Type Method Description static H265SpatialAdaptiveQuantizationH265SpatialAdaptiveQuantization. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.H265SpatialAdaptiveQuantizationH265Settings. spatialAdaptiveQuantization()Keep the default value, Enabled, to adjust quantization within each frame based on spatial variation of content complexity.static H265SpatialAdaptiveQuantizationH265SpatialAdaptiveQuantization. valueOf(String name)Returns the enum constant of this type with the specified name.static H265SpatialAdaptiveQuantization[]H265SpatialAdaptiveQuantization. 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 H265SpatialAdaptiveQuantization Modifier and Type Method Description static Set<H265SpatialAdaptiveQuantization>H265SpatialAdaptiveQuantization. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type H265SpatialAdaptiveQuantization Modifier and Type Method Description H265Settings.BuilderH265Settings.Builder. spatialAdaptiveQuantization(H265SpatialAdaptiveQuantization spatialAdaptiveQuantization)Keep the default value, Enabled, to adjust quantization within each frame based on spatial variation of content complexity.
-