Location:
mmfdrmcustomcommands.h
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()
virtual TInt MdcDisableAutomaticIntent(TBool aDisableAutoIntent)=0;
Description
Disable the automatic (controller specified) execution of intent
Parameters
Return value
virtual TInt MdcExecuteIntent(ContentAccess::TIntent aIntent)=0;
Description
Executes a particular intent
Parameters
ContentAccess::TIntent aIntent |
The intent to execute
|
|
Return value
virtual TInt MdcEvaluateIntent(ContentAccess::TIntent aIntent)=0;
Description
Evaluate a particular intent
Parameters
ContentAccess::TIntent aIntent |
The intent to evaluate
|
|
Return value
virtual TInt MdcSetAgentProperty(ContentAccess::TAgentProperty aProperty, TInt aValue)=0;
Description
Parameters
ContentAccess::TAgentProperty aProperty |
|
TInt aValue |
|
|
Return value