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