ImageFormat.DepthJpeg Field

Definition

Caution

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

Depth augmented compressed JPEG format.

[Android.Runtime.Register("DEPTH_JPEG", ApiSince=29)]
[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 DepthJpeg = 1768253795;
[<Android.Runtime.Register("DEPTH_JPEG", ApiSince=29)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.ImageFormatType enum directly instead of this field.", true)>]
val mutable DepthJpeg : Android.Graphics.ImageFormatType

Field Value

Value = 1768253795
Attributes

Remarks

Depth augmented compressed JPEG format.

JPEG compressed main image along with XMP embedded depth metadata following ISO 16684-1:2011(E).

Java documentation for android.graphics.ImageFormat.DEPTH_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