Location:
mmfstandardcustomcommands.h
Link against: mmfstandardcustomcommands.lib
class CMMFVideoPlayControllerCustomCommandParser : public CMMFCustomCommandParserBase;
Custom command parser class to be used by controller plugins wishing to support video play controller commands.
The controller plugin must be derived from MMMFVideoPlayControllerCustomCommandImplementor
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 heap
CMMFCustomCommandParserBase
- Base class to define the interface of a custom command parser
CMMFVideoPlayControllerCustomCommandParser
- Custom command parser class to be used by controller plugins wishing to support video play controller commands
Defined in CMMFVideoPlayControllerCustomCommandParser
:
HandleRequest()
, NewL()
, ~CMMFVideoPlayControllerCustomCommandParser()
Inherited from CBase
:
Delete()
,
Extension_()
,
operator new()
Inherited from CMMFCustomCommandParserBase
:
InterfaceId()
static IMPORT_C CMMFVideoPlayControllerCustomCommandParser *NewL(MMMFVideoPlayControllerCustomCommandImplementor &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.
|