typedef struct _tagL_JP2_FRAGMENT
{
L_UINT32 uStructSize;
L_UINT32 uCodeStreamIndex;
L_UINT32 uUrlIndex;
L_SIZE_T uOffset;
}L_JP2_FRAGMENT, *pL_JP2_FRAGMENT;
The L_JP2_FRAGMENT structure provides information for the codestreams that are going to be removed from the JPEG 2000 file and saved in the specified URL.
Size of this structure, in bytes. Use the sizeof operator to calculate this value.
The index of the codestream to be taken out of the JPEG 2000 file.
The URL index where the codestream is saved.
Codestream start bye offset in byte relative to the URL file start.
The L_JP2_FRAGMENT structure provides information for the codestreams that are going to be taken out from the JPEG 2000 file and saved in the specified URL.
The structure is used by:
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document