|
|
|
|
Location:
mmfstandardcustomcommands.h
Link against: mmfstandardcustomcommands.lib
class CMMFVideoRecordControllerCustomCommandParser : public CMMFCustomCommandParserBase;
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.
CBase - Base class for all classes to be instantiated on the heapCMMFCustomCommandParserBase - Base class to define the interface of a custom command parserCMMFVideoRecordControllerCustomCommandParser - Custom command parser class to be used by controller plugins wishing to support video record controller commandsDefined in CMMFVideoRecordControllerCustomCommandParser:
HandleRequest(), NewL(), ~CMMFVideoRecordControllerCustomCommandParser()
Inherited from CBase:
Delete(),
Extension_(),
operator new()
Inherited from CMMFCustomCommandParserBase:
InterfaceId()
static IMPORT_C CMMFVideoRecordControllerCustomCommandParser *NewL(MMMFVideoRecordControllerCustomCommandImplementor &aImplementor);
Creates a new custom command parser capable of handling video controller commands.
|
|
virtual void HandleRequest(TMMFMessage &aMessage);
Handles a request from the client. Called by the controller framework.
|