YUVPLANE

typedef struct _YUVPLANE 
{ 
   L_UINT uStructSize; 
   L_UCHAR *pData; 
   L_SIZE_T dwSize; 
   L_UINT BytesPerLine; 
   L_UINT PixelStride; 
} YUVPLANE; 

The YUVPLANE structure contains the plane data of an image.

Members

uStructSize

Size of this structure in bytes, for versioning. Use the sizeof() operator to calculate this value.

pData

Pointer to the image data buffer.

dwSize

Size of the data buffer.

BytesPerLine

Number of bytes per line (row stride).

PixelStride

Pixel stride of buffer (number of pixels to skip during read).

Comments

The structure is used by:

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

LEADTOOLS Raster Imaging C API Help