ExifInterface.StreamTypeExifDataOnly フィールド

定義

注意事項

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

入力ストリームに 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

フィールド値

Value = 1
属性

注釈

入力ストリームに Exif データのみが含まれていることを示すために使用される定数。

Exif 専用データの形式は、Exif 識別子コード ("Exif\0\0") + TIFF ヘッダー + IFD データの構造に従う必要があります。詳細については、JEITA CP-3451C セクション 4.5.2 および 4.5.4 の仕様を参照してください。

android.media.ExifInterface.STREAM_TYPE_EXIF_DATA_ONLYJava ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象