Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: 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:
MdcDisableAutomaticIntent(), MdcEvaluateIntent(), MdcExecuteIntent(), MdcSetAgentProperty()


Member functions


MdcDisableAutomaticIntent()

virtual TInt MdcDisableAutomaticIntent(TBool aDisableAutoIntent)=0;

Description

Disable the automatic (controller specified) execution of intent

Parameters

TBool aDisableAutoIntent

Return value

TInt


MdcExecuteIntent()

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

Description

Executes a particular intent

Parameters

ContentAccess::TIntent aIntent

The intent to execute

Return value

TInt


MdcEvaluateIntent()

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

Description

Evaluate a particular intent

Parameters

ContentAccess::TIntent aIntent

The intent to evaluate

Return value

TInt


MdcSetAgentProperty()

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

Description

Parameters

ContentAccess::TAgentProperty aProperty

TInt aValue

Return value

TInt