![]() |
XMP Toolkit SDK
6.0.0
|
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 1081 of file XMP_Const.h.
|
inline |
| XMP_Uns8 XMP_PacketInfo::charForm |
Character format using the values kXMP_Char8Bit, kXMP_Char16BitBig, etc.
Definition at line 1091 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 1095 of file XMP_Const.h.
| XMP_Int32 XMP_PacketInfo::length |
Packet length in the file in bytes, -1 if unknown.
Definition at line 1086 of file XMP_Const.h.
| XMP_Int64 XMP_PacketInfo::offset |
Packet offset in the file in bytes, -1 if unknown.
Definition at line 1084 of file XMP_Const.h.
| XMP_Uns8 XMP_PacketInfo::pad |
Padding to make the struct's size be a multiple 4.
Definition at line 1098 of file XMP_Const.h.
| XMP_Int32 XMP_PacketInfo::padSize |
Packet padding size in bytes, zero if unknown.
Definition at line 1088 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 1093 of file XMP_Const.h.