ExifInterface.StreamTypeExifDataOnly Campo

Definición

Precaución

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

Constante usada para indicar que el flujo de entrada solo contiene datos Exif.

[Android.Runtime.Register("STREAM_TYPE_EXIF_DATA_ONLY", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.ExifInterfaceStreamType enum directly instead of this field.", true)]
public const Android.Media.ExifInterfaceStreamType StreamTypeExifDataOnly = 1;
[<Android.Runtime.Register("STREAM_TYPE_EXIF_DATA_ONLY", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.ExifInterfaceStreamType enum directly instead of this field.", true)>]
val mutable StreamTypeExifDataOnly : Android.Media.ExifInterfaceStreamType

Valor de campo

Value = 1
Atributos

Comentarios

Constante usada para indicar que el flujo de entrada solo contiene datos Exif.

El formato de los datos solo exif debe seguir la siguiente estructura: Código de identificador de exif ("Exif\0\0") + encabezado TIFF + datos IFD Vea JEITA CP-3451C sección 4.5.2 y 4.5.4 para obtener más detalles.

Java documentación para android.media.ExifInterface.STREAM_TYPE_EXIF_DATA_ONLY.

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