CMMFVideoFrameMessage Class Reference

class CMMFVideoFrameMessage : public CBase

Handles decoding the video frame message Provides a callback to return the message to the client

Inherits from

  • CMMFVideoFrameMessage

Constructor & Destructor Documentation

CMMFVideoFrameMessage(TMMFMessage &)

CMMFVideoFrameMessage(TMMFMessage &aMessage)[private]

Parameters

TMMFMessage & aMessage

~CMMFVideoFrameMessage()

~CMMFVideoFrameMessage()

Member Functions Documentation

ConstructL()

voidConstructL()

FrameReady(TInt)

voidFrameReady(TIntaErr)[virtual]

Parameters

TInt aErr

GetBitmap()

CFbsBitmap &GetBitmap()[virtual]

NewL(TMMFMessage &)

CMMFVideoFrameMessage *NewL(TMMFMessage &aMessage)[static]

Handles decoding the video frame message and providing a reference to the bitmap to modify for the user of the class. Provides a callback to return the message to the client

Parameters

TMMFMessage & aMessage

Member Data Documentation

CFbsBitmap * iBitmap

CFbsBitmap *iBitmap[private]

RFbsSession iFbsSession

RFbsSession iFbsSession[private]

TMMFMessage iMessage

TMMFMessage iMessage[private]