typedef struct _YUVIMAGE
{
L_UINT uStructSize;
L_UINT Width;
L_UINT Height;
YUVPLANE Planes[3];
L_UINT PlaneCount;
L_YUV Format;
} YUVIMAGE;
The YUVIMAGE structure contains the image data holder.
Size of this structure in bytes, for versioning. Use the sizeof() operator to calculate this value.
The width of the image in pixels.
The height of the image in pixels.
The planes of the image. Some images may only use one interleaved plane, whereas others will have distinct planes for Y, Cb, Cr.
The number of planes in the image.
The YUV format of the image.
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