YUVPLANE

Summary

The YUVPLANE structure contains the plane data of an image.

Syntax

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

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).

Usage

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

LEADTOOLS Raster Imaging C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.