MPlayerApplicationSettingsNotify Class Reference
#include
<mw/playerinformationtargetobserver.h>
class MPlayerApplicationSettingsNotify |
Detailed Description
Clients must implement this interface if they require callbacks when the controller has changed the settings via a SetPASValue message
Member Function Documentation
MpasnSetPlayerApplicationValueL ( const RArray< TInt > &, const RArray< TInt > & )
void | MpasnSetPlayerApplicationValueL | ( | const RArray< TInt > & | aAttributeID, |
| const RArray< TInt > & | aAttributeValue |
| ) | [pure virtual] |
This is called when the controller has changed a setting
Parameter | Description | aAttributeID | A list of attribute IDs whose value has changed. |
aAttributeValue | A list of new values for the attributes listed in aAttributeID. |