#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
Return value
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
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
MdcSetAgentProperty(ContentAccess::TAgentProperty,TInt)
virtual TInt MdcSetAgentProperty(ContentAccess::TAgentProperty aProperty, TInt aValue)=0;
Description
Parameters
ContentAccess::TAgentProperty aProperty |
|
TInt aValue |
|
|
Return value