This function extracts XMP metadata in stream mode.
KVErrorCode pascal fpGetXmpInfo( void *pContext, KVInputStream *pInput, KVXmpInfo *pXmpInfo, DWORD dwXmpOptions );
pContext
|
The pointer returned by fpInit(). |
pInput
|
A pointer to the input stream. |
pXmpInfo
|
A pointer to the KVXmpInfo structure. |
dwXmpOptions
|
Set this argument to Set this argument to |
The return value is an error code. See KVErrorCode.
pXmpInfo
argument is successfully filled, and its data is no longer required, call fpFreeXmpInfo() to free the memory allocated by this function. XMP extraction is supported on the Windows, Linux, AIX, FreeBSD, and OSX platforms.
|