Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <mmfstandardcustomcommands.h>
Link against: mmfstandardcustomcommands.lib

Class CMMFVideoRecordControllerCustomCommandParser

class CMMFVideoRecordControllerCustomCommandParser : public CMMFCustomCommandParserBase;

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.

Derivation

Members

Defined in CMMFVideoRecordControllerCustomCommandParser:

Inherited from CBase:

Inherited from CMMFCustomCommandParserBase:


Construction and destruction


NewL(MMMFVideoRecordControllerCustomCommandImplementor &)

IMPORT_C static CMMFVideoRecordControllerCustomCommandParser* NewL(MMMFVideoRecordControllerCustomCommandImplementor &aImplementor);

Description

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

Parameters

MMMFVideoRecordControllerCustomCommandImplementor &aImplementor

A reference to the controller plugin that owns this new object.

Return value

CMMFVideoRecordControllerCustomCommandParser *

A pointer to the object created.


~CMMFVideoRecordControllerCustomCommandParser()

IMPORT_C ~CMMFVideoRecordControllerCustomCommandParser();

Description

Destructor.

[Top]


Member functions


HandleRequest(TMMFMessage &)

virtual void HandleRequest(TMMFMessage &aMessage);

Description

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

Parameters

TMMFMessage &aMessage

The message to be handled.