eJP2BOXTYPE

typedef enum 
{ 
   L_JP2B_RESOLUTION = 1, 
   L_JP2B_IPR= 2, 
   L_JP2B_XML = 3, 
   L_JP2B_UUID = 4, 
   L_JP2B_UUID_INFO = 5, 
   L_JPXB_RESOLUTION = 11, 
   L_JPXB_IPR = 12, 
   L_JPXB_XML = 13, 
   L_JPXB_UUID = 14, 
   L_JPXB_UUID_INFO = 15, 
   L_JPXB_MPEG7 = 16, 
   L_JPXB_FREE = 17, 
   L_JPXB_BINARYFILTER = 18, 
   L_JPXB_GTSO = 19, 
   L_JPXB_COMPOSITION = 20, 
   L_JPXB_DIGITAL_SIGNATURE 21, 
   L_JPXB_ASSOCIATION = 22, 
   L_JPXB_MEDIADATA = 23, 
} eJP2BOXTYPE; 

The eJP2BOXTYPE enumeration is used with the L_Jp2SetBoxes, L_Jp2GetBoxes, L_Jp2FreeBoxes, L_Jp2ReadBox, L_Jp2AppendBoxes, L_Jp2ReadBoxMemory, and L_Jp2AppendBoxesMemory functions to specify the JPEG 2000 box type.

Member Description
L_JP2B_RESOLUTION [1] JP2 Resolution box.
L_JP2B_IPR [2] JP2 Intellectual property rights box.
L_JP2B_XML [3] JP2 XML box.
L_JP2B_UUID [4] JP2 UUID box.
L_JP2B_UUID_INFO [5] JP2 UUID information box.
L_JPXB_RESOLUTION [11] JPX Resolution box.
L_JPXB_IPR [12] JPX Intellectual property rights box.
L_JPXB_XML [13] JPX XML box.
L_JPXB_UUID [14] JPX UUID box.
L_JPXB_UUID_INFO [15] JPX UUID information box.
L_JPXB_MPEG7 [16] JPX MPEG-7 box.
L_JPXB_FREE [17] JPX Free box.
L_JPXB_BINARYFILTER [18] JPX Binary filter box.
L_JPXB_GTSO [19] JPX Desired reproduction box.
L_JPXB_COMPOSITION [20] JPX Composition box.
L_JPXB_DIGITAL_SIGNATURE [21] JPX Digital signature box.
L_JPXB_ASSOCIATION [22] JPX Association box.
L_JPXB_MEDIADATA [23] JPX Media data box
Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS Raster Imaging C API Help