ImageFormat.DepthJpeg Campo
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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.