AIXMPDataFieldMap Struct Reference
Information for updating XMP metadata using AIAssetMgmtSuite::UpdateDynamicMetadataFields().
More...
#include <AIAssetMgmt.h>
List of all members.
Public Attributes |
| const char * | name |
| | Name of the XMP property, such as "CreateDate", "CreatorTool", "Format".
|
| const char * | value |
| | New value of the XMP property.
|
| AIBoolean | replace |
| | When true, reset the value of the XMP property if it already exists in the input XMP metadata buffer.
|
Detailed Description
Information for updating XMP metadata using AIAssetMgmtSuite::UpdateDynamicMetadataFields().
Member Data Documentation
Name of the XMP property, such as "CreateDate", "CreatorTool", "Format".
When true, reset the value of the XMP property if it already exists in the input XMP metadata buffer.
New value of the XMP property.
A null pointer value means to remove the XMP property from the XMP packet if the replace flag is true; for example, to remove the XMP "Thumbnails" data from the original packet.
The documentation for this struct was generated from the following file: