typedef struct _tagL_JP2_MEDIADATA_BOX
{
L_UINT32 uStructSize;
L_UINT8 * pData;
L_SIZE_T uDataSize;
}L_JP2_MEDIADATA_BOX, *pL_JP2_MEDIADATA_BOX;
The L_JP2_MEDIADATA_BOX structure provides information for a Media Data box.
Size of this structure, in bytes. Use the sizeof operator to calculate this value.
Media data.
The size of media data.
The Media Data box contains a fragment of JPEG 2000 codestream or other media data, such as MPEG-4 audio data. This box is defined in JPX and above file formats. A JPEG 2000 file may contain zero or more Media Data boxes.
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