Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: devvideobase.h

This item is not part of the S60 3rd Edition SDK for Symbian OS, Feature Pack 2.

Class TUncompressedVideoFormat

class TUncompressedVideoFormat;

Description

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.

Members

Defined in TUncompressedVideoFormat:
iDataFormat, iRgbFormat, iYuvFormat, operator=(), operator==()


Member functions


operator==()

inline TBool operator==(const TUncompressedVideoFormat &aOther) const;

Description

Tests whether this TUncompressedVideoFormat object is the same as aOther.

Parameters

const TUncompressedVideoFormat &aOther

"The object to compare."

Return value

TBool

"ETrue if they are the same, EFalse if not."


operator=()

inline void operator=(const TUncompressedVideoFormat &aOther);

Description

Sets this object equal to aOther.

Parameters

const TUncompressedVideoFormat &aOther

"The object to clone."

[Top]


Member data


iDataFormat

TImageDataFormat iDataFormat;

Description

The image data format. The validity of the rest of the fields depends on the data format used.


iYuvFormat

TYuvFormat iYuvFormat;

Description

YUV picture format details, valid if iDataFormat is EYuvRawData.


iRgbFormat

TRgbFormat iRgbFormat;

Description

RGB picture format details, valid if iDataFormat is ERgbRawData or ERgbFbsBitmap.