ExifInterface.StreamTypeFullImageData Field

Definition

Caution

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

Constant used to indicate that the input stream contains the full image data.

[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

Field Value

Value = 0
Attributes

Remarks

Constant used to indicate that the input stream contains the full image data.

The format of the image data should follow one of the image formats supported by this class.

Java documentation for android.media.ExifInterface.STREAM_TYPE_FULL_IMAGE_DATA.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to