|
||
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(TInt)
Called when a frame has been successfully decoded.GetBitmap()
Returns the decoded frame as a bitmap.RMMFVideoPlayControllerCustomCommands::GetFrame(CFbsBitmap &,TRequestStatus &)
Asks the controller to store the current frame to a bitmap.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.
|