Android.Media.CameraProfile.GetJpegEncodingQualityParameter Method
Returns a pre-defined still image capture (jpeg) quality level used for the given quality level in the Camera application for the first back-facing camera on the device.

Syntax

[Android.Runtime.Register("getJpegEncodingQualityParameter", "(I)I", "")]
public static int GetJpegEncodingQualityParameter ([Android.Runtime.GeneratedEnum] CameraQuality quality)

Parameters

quality
The target quality level

Returns

Documentation for this section has not yet been entered.

Remarks

Returns a pre-defined still image capture (jpeg) quality level used for the given quality level in the Camera application for the first back-facing camera on the device. If the device has no back-facing camera, this returns 0.

[Android Documentation]

Requirements

Namespace: Android.Media
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8