Location:
MmfVideo.h
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.
Defined in MMMFVideoFrameMessage
:
FrameReady()
, GetBitmap()
virtual void FrameReady(TInt aError)=0;
Called when a frame has been successfully decoded.
|
virtual CFbsBitmap &GetBitmap()=0;
Returns the decoded frame as a bitmap.
|