ImageFormat.Jpeg Field

Definition

Caution

This constant will be removed in the future version. Use Android.Graphics.ImageFormatType enum directly instead of this field.

Compressed JPEG format.

[Android.Runtime.Register("JPEG")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.ImageFormatType enum directly instead of this field.", true)]
public const Android.Graphics.ImageFormatType Jpeg = 256;
[<Android.Runtime.Register("JPEG")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.ImageFormatType enum directly instead of this field.", true)>]
val mutable Jpeg : Android.Graphics.ImageFormatType

Field Value

Value = 256
Attributes

Remarks

Compressed JPEG format.

This format is always supported as an output format for the android.hardware.camera2 API, and as a picture format for the older android.hardware.Camera API

Java documentation for android.graphics.ImageFormat.JPEG.

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