ExifInterface.StreamTypeFullImageData 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 contiene los datos de imagen completos.

[Android.Runtime.Register("STREAM_TYPE_FULL_IMAGE_DATA", 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 StreamTypeFullImageData = 0;
[<Android.Runtime.Register("STREAM_TYPE_FULL_IMAGE_DATA", 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 StreamTypeFullImageData : Android.Media.ExifInterfaceStreamType

Valor de campo

Value = 0
Atributos

Comentarios

Constante usada para indicar que el flujo de entrada contiene los datos de imagen completos.

El formato de los datos de imagen debe seguir uno de los formatos de imagen admitidos por esta clase.

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

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