#include <mmf/common/mmfstandardcustomcommands.h>
Link against: mmfstandardcustomcommands.lib
class RMMFVideoDRMExtCustomCommands : public RMMFCustomCommandsBase, public RMMFCustomCommandsBase |
Public Member Functions | |
---|---|
RMMFVideoDRMExtCustomCommands(RMMFController &) | |
IMPORT_C void | GetFrame(CFbsBitmap &, ContentAccess::TIntent, TRequestStatus &) |
Inherited Attributes | |
---|---|
RMMFCustomCommandsBase::iController | |
RMMFCustomCommandsBase::iDestinationPckg |
Inherited Functions | |
---|---|
RMMFCustomCommandsBase::RMMFCustomCommandsBase(RMMFController &,TUid) |
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.
IMPORT_C | RMMFVideoDRMExtCustomCommands | ( | RMMFController & | aController | ) |
Constructor.
Parameters | |
---|---|
aController | The client side controller object to be used by this custom command interface. |
IMPORT_C void | GetFrame | ( | CFbsBitmap & | aBitmap, |
ContentAccess::TIntent | aIntent, | |||
TRequestStatus & | aStatus | |||
) |
Gets a frame previously requested from the controller.
Parameters | |
---|---|
aBitmap | The handle of bitmap to retrieve frame to. |
aIntent | The DRM Intent to pass in. |
aStatus | The active object to call back on. |