MediaQualityContract.PictureQuality.ParameterAutoSuperResolutionEnabled Field

Definition

Enable/disable auto upscaling the picture quality.

[Android.Runtime.Register("PARAMETER_AUTO_SUPER_RESOLUTION_ENABLED", ApiSince=36)]
public const string ParameterAutoSuperResolutionEnabled;
[<Android.Runtime.Register("PARAMETER_AUTO_SUPER_RESOLUTION_ENABLED", ApiSince=36)>]
val mutable ParameterAutoSuperResolutionEnabled : string

Field Value

Attributes

Remarks

Enable/disable auto upscaling the picture quality. It analyzes the lower-resolution image and uses its knowledge to invent the missing pixel, make the image look sharper.

Type: BOOLEAN

Java documentation for android.media.quality.MediaQualityContract.PictureQuality.PARAMETER_AUTO_SUPER_RESOLUTION_ENABLED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to