ExifInterface.StreamTypeFullImageData Campo

Definição

Cuidado

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

Constante usada para indicar que o fluxo de entrada contém os dados completos da imagem.

[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 do campo

Value = 0
Atributos

Comentários

Constante usada para indicar que o fluxo de entrada contém os dados completos da imagem.

O formato dos dados de imagem deve seguir um dos formatos de imagem compatíveis com essa classe.

Java documentação para android.media.ExifInterface.STREAM_TYPE_FULL_IMAGE_DATA.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a