MMMFVideoFrameMessage Class Reference

class MMMFVideoFrameMessage

Interface class to provide a callback to the video controller custom command interface from the controller plug-in (the object that implements the video record controller interface MMMFVideoPlayControllerCustomCommandImplementor ) when a GetFrame() request has been issued.

RMMFVideoPlayControllerCustomCommands::GetFrame()

Public Member Functions
void FrameReady ( TInt )
CFbsBitmap & GetBitmap ()

Member Functions Documentation

FrameReady(TInt)

void FrameReady ( TInt aError ) [pure virtual]

Called when a frame has been successfully decoded.

Parameters

TInt aError The result code to be given to the client.

GetBitmap()

CFbsBitmap & GetBitmap ( ) [pure virtual]

Returns the decoded frame as a bitmap.