CMMFVideoDRMExtCustomCommandParser Class Reference

#include <mmf/common/mmfstandardcustomcommands.h>

Link against: mmfstandardcustomcommands.lib

class CMMFVideoDRMExtCustomCommandParser : public CMMFCustomCommandParserBase, public CMMFCustomCommandParserBase

Detailed Description

Client class to provide DRM extensions to video controllers.

The class uses the custom command function of the controller plugin, and removes the necessity

for the client to formulate the custom commands.

Constructor & Destructor Documentation

~CMMFVideoDRMExtCustomCommandParser ( )

IMPORT_C~CMMFVideoDRMExtCustomCommandParser()

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 ( MMMFVideoDRMExtCustomCommandImplementor & )

Creates a new custom command parser capable of DRM Intent 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.