|
||
class TUncompressedVideoFormat;
Defines an uncompressed video format. This structure is mainly just a combination of YUV and RGB formats, defined to simplify the rest of the API.
Defined in TUncompressedVideoFormat
:
iDataFormat
The image data format. The validity of the rest of the fields depends on the dat...iRgbFormat
RGB picture format details, valid if iDataFormat is ERgbRawData or ERgbFbsBitmap...iYuvFormat
YUV picture format details, valid if iDataFormat is EYuvRawData.operator=(const TUncompressedVideoFormat &)
Sets this object equal to aOther. operator==(const TUncompressedVideoFormat &)const
Tests whether this TUncompressedVideoFormat object is the same as aOther. inline TBool operator==(const TUncompressedVideoFormat &aOther) const;
Tests whether this TUncompressedVideoFormat object is the same as aOther.
|
|
inline void operator=(const TUncompressedVideoFormat &aOther);
Sets this object equal to aOther.
|
TImageDataFormat iDataFormat;
The image data format. The validity of the rest of the fields depends on the data format used.
TRgbFormat iRgbFormat;
RGB picture format details, valid if iDataFormat is ERgbRawData or ERgbFbsBitmap.