Lingua

ExifInterface.StreamTypeExifDataOnly Campo

Definizione

Attenzione

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

Costante utilizzata per indicare che il flusso di input contiene solo dati 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

Valore del campo

Value = 1
Attributi

Commenti

Costante utilizzata per indicare che il flusso di input contiene solo dati Exif.

Il formato dei dati solo Exif deve seguire la struttura seguente: Codice identificatore Exif ("Exif\0\0") + intestazione TIFF + dati IFD Vedere JEITA CP-3451C Sezione 4.5.2 e 4.5.4 specifiche per altri dettagli.

per android.media.ExifInterface.STREAM_TYPE_EXIF_DATA_ONLY.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a