Location:
devvideobase.h
class TPictureData;
Uncompressed picture data for one video picture.
Defined in TPictureData
:
iDataFormat
, iDataSize
, iRawData
, iRgbBitmap
TImageDataFormat iDataFormat;
The image data format. The validity of the rest of the fields depends on the data format used.
TSize iDataSize;
Image data size in pixels. In decoder output pictures the actual active picture area may be smaller, this is indicated using
TVideoPicture::iCropRect
.
TPtr8 * iRawData;
Pointer to raw image data. Valid if iDataFormat is ERgbRawData or iYuvRawData. The data layout depends on the format used.
CFbsBitmap * iRgbBitmap;
Pointer to an RGB bitmap. Valid if iDataFormat is ERgbFbsBitmap.