#include "mmfstandardcustomcommands.h"
class CMMFVideoRecordControllerCustomCommandParser : public CMMFCustomCommandParserBase |
Public Member Functions | |
---|---|
~CMMFVideoRecordControllerCustomCommandParser() | |
virtual void | HandleRequest(TMMFMessage &) |
IMPORT_C CMMFVideoRecordControllerCustomCommandParser * | NewL(MMMFVideoRecordControllerCustomCommandImplementor &) |
Custom command parser class to be used by controller plugins wishing to support video record controller commands.
The controller plugin must be derived from MMMFVideoRecordControllerCustomCommandImplementor to use this class. The controller plugin should create an object of this type and add it to the list of custom command parsers in the controller framework.
IMPORT_C | ~CMMFVideoRecordControllerCustomCommandParser | ( | ) |
Destructor.
void | HandleRequest | ( | TMMFMessage & | aMessage | ) | [virtual] |
Reimplemented from CMMFCustomCommandParserBase::HandleRequest(TMMFMessage &)
Handles a request from the client. Called by the controller framework.
Parameter | Description |
---|---|
aMessage | The message to be handled. |
IMPORT_C CMMFVideoRecordControllerCustomCommandParser * | NewL | ( | MMMFVideoRecordControllerCustomCommandImplementor & | aImplementor | ) | [static] |
Creates a new custom command parser capable of handling video controller commands.
Parameter | Description |
---|---|
aImplementor | A reference to the controller plugin that owns this new object. |
Returns: A pointer to the object created.