Lenguaje

ImageFormat.DepthJpeg Campo

Definición

Precaución

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

Formato JPEG comprimido con aumento de profundidad.

[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

Valor de campo

Value = 1768253795
Atributos

Comentarios

Formato JPEG comprimido con aumento de profundidad.

Imagen principal comprimida JPEG junto con metadatos de profundidad incrustada XMP después de ISO 16684-1:2011(E).

Java documentación para android.graphics.ImageFormat.DEPTH_JPEG.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a