Language

ExifInterfaceStreamType Enum

Definition

public enum ExifInterfaceStreamType
type ExifInterfaceStreamType = 
Inheritance
ExifInterfaceStreamType

Fields

Name Value Description
FullImageData 0

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.

Android reference 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.

ExifDataOnly 1

Constant used to indicate that the input stream contains only Exif data. The format of the Exif-only data must follow the below structure: Exif Identifier Code ("Exif\0\0") + TIFF header + IFD data See JEITA CP-3451C Section 4.5.2 and 4.5.4 specifications for more details.

Android reference for android.media.ExifInterface.STREAM_TYPE_EXIF_DATA_ONLY.

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