Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <mmfdrmcustomcommands.h>

Class MMMFDRMCustomCommandImplementor

class MMMFDRMCustomCommandImplementor;

Description

Mixin class to be derived from by controller plugins wishing to support the DRM Intent custom commands.

Members

Defined in MMMFDRMCustomCommandImplementor:


Member functions


MdcDisableAutomaticIntent(TBool)

virtual TInt MdcDisableAutomaticIntent(TBool aDisableAutoIntent)=0;

Description

Disable the automatic (controller specified) execution of intent

Parameters

TBool aDisableAutoIntent

Return value

TInt


MdcExecuteIntent(ContentAccess::TIntent)

virtual TInt MdcExecuteIntent(ContentAccess::TIntent aIntent)=0;

Description

Executes a particular intent

Parameters

ContentAccess::TIntent aIntent

The intent to execute

Return value

TInt


MdcEvaluateIntent(ContentAccess::TIntent)

virtual TInt MdcEvaluateIntent(ContentAccess::TIntent aIntent)=0;

Description

Evaluate a particular intent

Parameters

ContentAccess::TIntent aIntent

The intent to evaluate

Return value

TInt


MdcSetAgentProperty(ContentAccess::TAgentProperty,TInt)

virtual TInt MdcSetAgentProperty(ContentAccess::TAgentProperty aProperty, TInt aValue)=0;

Description

Parameters

ContentAccess::TAgentProperty aProperty

TInt aValue

Return value

TInt