Camera.Parameters.JpegQuality Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
deprecated
Returns the quality setting for the JPEG picture. -or- Sets Jpeg quality of captured picture.
[System.Obsolete("deprecated")]
public virtual int JpegQuality { [Android.Runtime.Register("getJpegQuality", "()I", "GetGetJpegQualityHandler")] get; [Android.Runtime.Register("setJpegQuality", "(I)V", "GetSetJpegQuality_IHandler")] set; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("getJpegQuality", "()I", "GetGetJpegQualityHandler")>]
[<set: Android.Runtime.Register("setJpegQuality", "(I)V", "GetSetJpegQuality_IHandler")>]
member this.JpegQuality : int with get, set
Property Value
the JPEG picture quality setting.
- Attributes
Remarks
Property getter documentation:
Returns the quality setting for the JPEG picture.
Java documentation for android.hardware.Camera.Parameters.getJpegQuality()
.
Property setter documentation:
Sets Jpeg quality of captured picture.
Java documentation for android.hardware.Camera.Parameters.setJpegQuality(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.