Share via


Camera.Parameters.JpegThumbnailQuality Property

Definition

Caution

deprecated

Returns the quality setting for the EXIF thumbnail in Jpeg picture. -or- Sets the quality of the EXIF thumbnail in Jpeg picture.

[System.Obsolete("deprecated")]
public virtual int JpegThumbnailQuality { [Android.Runtime.Register("getJpegThumbnailQuality", "()I", "GetGetJpegThumbnailQualityHandler")] get; [Android.Runtime.Register("setJpegThumbnailQuality", "(I)V", "GetSetJpegThumbnailQuality_IHandler")] set; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("getJpegThumbnailQuality", "()I", "GetGetJpegThumbnailQualityHandler")>]
[<set: Android.Runtime.Register("setJpegThumbnailQuality", "(I)V", "GetSetJpegThumbnailQuality_IHandler")>]
member this.JpegThumbnailQuality : int with get, set

Property Value

the JPEG quality setting of the EXIF thumbnail.

Attributes

Remarks

Property getter documentation:

Returns the quality setting for the EXIF thumbnail in Jpeg picture.

Java documentation for android.hardware.Camera.Parameters.getJpegThumbnailQuality().

Property setter documentation:

Sets the quality of the EXIF thumbnail in Jpeg picture.

Java documentation for android.hardware.Camera.Parameters.setJpegThumbnailQuality(int).

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