Container for an EXIF tag. More...
#include <gaiaexif.h>

Data Fields | |
| char | Gps | 
| GPS data included (0/1)  | |
| unsigned short | TagId | 
| EXIF tag ID.  | |
| unsigned short | Type | 
| EXIF value type.  | |
| unsigned short | Count | 
| number of values  | |
| unsigned char | TagOffset [4] | 
| tag offset [big- little-endian encoded]  | |
| unsigned char * | ByteValue | 
| array of BYTE values  | |
| char * | StringValue | 
| array of STRING values  | |
| unsigned short * | ShortValues | 
| array of SHORT values  | |
| unsigned int * | LongValues | 
| array of LONG values ]  | |
| unsigned int * | LongRationals1 | 
| array of RATIONAL values [numerators]  | |
| unsigned int * | LongRationals2 | 
| array of RATIONAL values [denominators]  | |
| short * | SignedShortValues | 
| array of Signed SHORT values  | |
| int * | SignedLongValues | 
| array of Signed LONG values  | |
| int * | SignedLongRationals1 | 
| array of Signed RATIONAL values [numerators]  | |
| int * | SignedLongRationals2 | 
| array of Signed RATIONAL values [denominators]  | |
| float * | FloatValues | 
| array of FLOAT values  | |
| double * | DoubleValues | 
| array of DOUBLE values  | |
| struct gaiaExifTagStruct * | Next | 
| pointer to next item into the linked list  | |
Container for an EXIF tag.
 1.8.1.1