Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <MmfVideo.h>

Class MMMFVideoFrameMessage

class MMMFVideoFrameMessage;

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.

Members

Defined in MMMFVideoFrameMessage:

See also:


Member functions


FrameReady(TInt)

virtual void FrameReady(TInt aError)=0;

Description

Called when a frame has been successfully decoded.

Parameters

TInt aError

The result code to be given to the client.


GetBitmap()

virtual CFbsBitmap& GetBitmap()=0;

Description

Returns the decoded frame as a bitmap.

Return value

CFbsBitmap &

A reference to the video frame.