L_JP2_UUID_BOX

typedef struct _tagL_JP2_UUID_BOX 
{ 
   L_UINT32 uStructSize; 
   L_JP2_UUID_ID ID; 
   L_UINT8 * pData; 
   L_SIZE_T uDataSize; 
}L_JP2_UUID_BOX,   *pL_JP2_UUID_BOX; 

The L_JP2_UUID_BOX structure provides information about a UUID box.

Members

uStructSize

Size of this structure, in bytes. Use the sizeof operator to calculate this value.

ID

A 16 byte UUID as specified by ISO/IEC 11578:1996. The value of this UUID specifies the format of the vendor-specific information stored in the DATA field and the interpretation of that information.

pData

Vendor-specific information data.

uDataSize

The size of the vendor-specific information data.

Comments

The UUID box contains vendor-specific information. This box is defined in JP2 and above file formats. There may be multiple UUID boxes within the file.

The structure is used by:

Help Version 20.0.2020.4.5
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C++ Class Library Help