ExifInterfaceStreamType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 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 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. |