RMMFVideoDRMExtCustomCommands Class Reference
#include
"mmfstandardcustomcommands.h"
Link against: mmfstandardcustomcommands.lib
class RMMFVideoDRMExtCustomCommands : public RMMFCustomCommandsBase |
Inherits from
- RMMFVideoDRMExtCustomCommands
Detailed Description
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.
Constructor & Destructor Documentation
RMMFVideoDRMExtCustomCommands ( RMMFController & )
Parameter | Description | aController | The client side controller object to be used by this custom command interface. |
Member Function Documentation
GetFrame ( CFbsBitmap &, ContentAccess::TIntent, TRequestStatus & )
Gets a frame previously requested from the controller.
Parameter | Description | aBitmap | The handle of bitmap to retrieve frame to. |
aIntent | The DRM Intent to pass in. |
aStatus | The active object to call back on. |