STREAM_TYPE_EXIF_DATA_ONLY top-level constant

int const STREAM_TYPE_EXIF_DATA_ONLY

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.

Implementation

const int STREAM_TYPE_EXIF_DATA_ONLY = 1;