MMMFVideoFrameMessage Class Reference

#include <mmf/common/mmfvideo.h>

class MMMFVideoFrameMessage
Public Member Functions
pure virtual voidFrameReady(TInt)
pure virtual CFbsBitmap &GetBitmap()

Detailed Description

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.

See also: RMMFVideoPlayControllerCustomCommands::GetFrame()

Member Function Documentation

FrameReady ( TInt )

voidFrameReady(TIntaError)[pure virtual]

Called when a frame has been successfully decoded.

ParameterDescription
aErrorThe result code to be given to the client.

GetBitmap ( )

CFbsBitmap &GetBitmap()[pure virtual]

Returns the decoded frame as a bitmap.

Returns: A reference to the video frame.