Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <devvideobase.h>
This item is not part of the S60 5th Edition SDK

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:


Member functions


operator==(const TUncompressedVideoFormat &)const

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=(const TUncompressedVideoFormat &)

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.