RMMFVideoDRMExtCustomCommands Class Reference

#include <mmf/common/mmfstandardcustomcommands.h>

Link against: mmfstandardcustomcommands.lib

class RMMFVideoDRMExtCustomCommands : public RMMFCustomCommandsBase, public RMMFCustomCommandsBase

Inherits from

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.

Since
7.0s

Constructor & Destructor Documentation

RMMFVideoDRMExtCustomCommands ( RMMFController & )

IMPORT_CRMMFVideoDRMExtCustomCommands(RMMFController &aController)

Constructor.

Since
7.0s
Parameters
aControllerThe client side controller object to be used by this custom command interface.

Member Function Documentation

GetFrame ( CFbsBitmap &, ContentAccess::TIntent, TRequestStatus & )

IMPORT_C voidGetFrame(CFbsBitmap &aBitmap,
ContentAccess::TIntentaIntent,
TRequestStatus &aStatus
)

Gets a frame previously requested from the controller.

Parameters
aBitmapThe handle of bitmap to retrieve frame to.
aIntentThe DRM Intent to pass in.
aStatusThe active object to call back on.