XMP packet description. More...
#include <XMP_Const.h>
Public Member Functions | |
XMP_PacketInfo () | |
Default constructor. | |
Public Attributes | |
XMP_Int64 | offset |
Packet offset in the file in bytes, -1 if unknown. | |
XMP_Int32 | length |
Packet length in the file in bytes, -1 if unknown. | |
XMP_Int32 | padSize |
Packet padding size in bytes, zero if unknown. | |
XMP_Uns8 | charForm |
Character format using the values kXMP_Char8Bit , kXMP_Char16BitBig , etc. | |
XMP_Bool | writeable |
True if there is a packet wrapper and the trailer says writeable by dumb packet scanners. | |
XMP_Bool | hasWrapper |
True if there is a packet wrapper, the "<?xpacket...>" XML processing instructions. | |
XMP_Uns8 | pad |
Padding to make the struct's size be a multiple 4. |
XMP packet description.