TUncompressedVideoFormat Class Reference
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.
Member Functions Documentation
operator=(const TUncompressedVideoFormat &)
Sets this object equal to aOther.
operator==(const TUncompressedVideoFormat &)
Member Data Documentation
union TUncompressedVideoFormat::@190 @191
union TUncompressedVideoFormat::@190
|
@191
|
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.
TYuvFormat
iYuvFormat
YUV picture format details, valid if iDataFormat is EYuvRawData.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.