|
||
class CMMFVideoDRMExtCustomCommandParser : public CMMFCustomCommandParserBase;
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.
CBase
-
Base class for all classes to be instantiated on the heap.
CMMFCustomCommandParserBase
-
Base class to define the interface of a custom command parser.
CMMFVideoDRMExtCustomCommandParser
-
Client class to provide DRM extensions to video controllers.
Defined in CMMFVideoDRMExtCustomCommandParser
:
HandleRequest(TMMFMessage &)
Handles a request from the client. Called by the controller framework.NewL(MMMFVideoDRMExtCustomCommandImplementor &)
Creates a new custom command parser capable of DRM Intent controller commands.~CMMFVideoDRMExtCustomCommandParser()
Destructor.Inherited from CBase
:
Delete(CBase *)
Deletes the specified object.Extension_(TUint,TAny *&,TAny *)
Extension function operator new(TUint)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TAny *)
Initialises the object to binary zeroes.operator new(TUint,TLeave)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TLeave,TUint)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TUint)
Allocates the object from the heap and then initialises its contents to binary z...Inherited from CMMFCustomCommandParserBase
:
CMMFCustomCommandParserBase(TUid)
Constructor.InterfaceId()
Returns the UID of the custom command interface provided by this parser.IMPORT_C static CMMFVideoDRMExtCustomCommandParser* NewL(MMMFVideoDRMExtCustomCommandImplementor &aImplementor);
Creates a new custom command parser capable of DRM Intent controller commands.
|
|
virtual void HandleRequest(TMMFMessage &aMessage);
Handles a request from the client. Called by the controller framework.
|