Location:
mmfstandardcustomcommands.h
Link against: mmfstandardcustomcommands.lib
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
:
GetFrame()
, RMMFVideoDRMExtCustomCommands()
Inherited from RMMFCustomCommandsBase
:
iController
,
iDestinationPckg
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.
|