|
||
class RMMFVideoDRMExtCustomCommands : public RMMFCustomCommandsBase;
Client class to allow the client to specify DRM Intent.
The class uses the custom command function of the controller plugin, and removes the necessity for the client to formulate the custom commands.
RMMFCustomCommandsBase
-
Base class for client-side custom command classes.
RMMFVideoDRMExtCustomCommands
-
Client class to allow the client to specify DRM Intent.
Defined in RMMFVideoDRMExtCustomCommands
:
RMMFVideoDRMExtCustomCommands(RMMFController &)
Constructor.Inherited from RMMFCustomCommandsBase
:
RMMFCustomCommandsBase(RMMFController &,TUid)
Constructor.iController
The controller.iDestinationPckg
The destination package.IMPORT_C RMMFVideoDRMExtCustomCommands(RMMFController &aController);
Constructor.
|
IMPORT_C void GetFrame(CFbsBitmap &aBitmap, ContentAccess::TIntent aIntent, TRequestStatus &aStatus);
Gets a frame previously requested from the controller.
|