RMMFVideoDRMExtCustomCommands Class Reference

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.

Since
7.0s

Inherits from

Constructor & Destructor Documentation

RMMFVideoDRMExtCustomCommands(RMMFController &)

IMPORT_CRMMFVideoDRMExtCustomCommands(RMMFController &aController)

Constructor.

Since
7.0s

Parameters

RMMFController & aControllerThe client side controller object to be used by this custom command interface.

Member Functions Documentation

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

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

Gets a frame previously requested from the controller.

Parameters

CFbsBitmap & aBitmapThe handle of bitmap to retrieve frame to.
ContentAccess::TIntent aIntentThe DRM Intent to pass in.
TRequestStatus & aStatusThe active object to call back on.

Member Data Documentation

TPckgBuf< TMMFVideoConfig > iConfigPackage

TPckgBuf< TMMFVideoConfig >iConfigPackage[private]

TPckgBuf< ContentAccess::TIntent > iIntentPackage

TPckgBuf< ContentAccess::TIntent >iIntentPackage[private]