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_C RMMFVideoDRMExtCustomCommands ( RMMFController & aController )

Constructor.

Since
7.0s

Parameters

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

Member Functions Documentation

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

IMPORT_C void GetFrame ( CFbsBitmap & aBitmap,
ContentAccess::TIntent aIntent,
TRequestStatus & aStatus
)

Gets a frame previously requested from the controller.

Parameters

CFbsBitmap & aBitmap The handle of bitmap to retrieve frame to.
ContentAccess::TIntent aIntent The DRM Intent to pass in.
TRequestStatus & aStatus The 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]