|
||
class MPlayerApplicationSettingsNotify;
Clients must implement this interface if they require callbacks when the controller has changed the settings via a SetPASValue message
Defined in MPlayerApplicationSettingsNotify
:
MpasnSetPlayerApplicationValueL(const RArray< TInt > &,const RArray< TInt > &)
This is called when the controller has changed a setting virtual void MpasnSetPlayerApplicationValueL(const RArray< TInt > &aAttributeID, const RArray< TInt > &aAttributeValue)=0;
This is called when the controller has changed a setting
|