Android.Media.CameraProfile Members

The members of Android.Media.CameraProfile are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Fields

const
QualityHighCameraQuality (2).
const
QualityLowCameraQuality (0). Define three quality levels for JPEG image encoding.
const
QualityMediumCameraQuality (1).

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

static
GetJpegEncodingQualityParameter(CameraQuality) : int
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.
static
GetJpegEncodingQualityParameter(int, CameraQuality) : int
Returns a pre-defined still image capture (jpeg) quality level used for the given quality level in the Camera application for the specified camera.