Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <mmfstandardcustomcommands.h>
Link against: mmfstandardcustomcommands.lib

Class RMMFVideoDRMExtCustomCommands

class RMMFVideoDRMExtCustomCommands : public RMMFCustomCommandsBase;

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.

Derivation

Members

Defined in RMMFVideoDRMExtCustomCommands:

Inherited from RMMFCustomCommandsBase:


Construction and destruction


RMMFVideoDRMExtCustomCommands(RMMFController &)

IMPORT_C RMMFVideoDRMExtCustomCommands(RMMFController &aController);

Description

Constructor.

Parameters

RMMFController &aController

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

[Top]


Member functions


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

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

Description

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.