CMMFVideoRecordControllerCustomCommandParser Class Reference

#include <mmf/common/mmfstandardcustomcommands.h>

Link against: mmfstandardcustomcommands.lib

class CMMFVideoRecordControllerCustomCommandParser : public CMMFCustomCommandParserBase, public CMMFCustomCommandParserBase

Inherits from

Detailed Description

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.

Constructor & Destructor Documentation

~CMMFVideoRecordControllerCustomCommandParser ( )

IMPORT_C~CMMFVideoRecordControllerCustomCommandParser()

Destructor.

Since
7.0s

Member Function Documentation

HandleRequest ( TMMFMessage & )

voidHandleRequest(TMMFMessage &aMessage)[virtual]

Reimplemented from CMMFCustomCommandParserBase::HandleRequest(TMMFMessage &)

Handles a request from the client. Called by the controller framework.

Since
7.0s
Parameters
aMessageThe message to be handled.

NewL ( MMMFVideoRecordControllerCustomCommandImplementor & )

Creates a new custom command parser capable of handling video controller commands.

Since
7.0s
Parameters
aImplementorA reference to the controller plugin that owns this new object.
Return Value
A pointer to the object created.