Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <playerinformationtargetobserver.h>
This item is not part of the S60 5th Edition SDK

Class MPlayerApplicationSettingsNotify

class MPlayerApplicationSettingsNotify;

Description

Clients must implement this interface if they require callbacks when the controller has changed the settings via a SetPASValue message

Members

Defined in MPlayerApplicationSettingsNotify:


Member functions


MpasnSetPlayerApplicationValueL(const RArray< TInt > &,const RArray< TInt > &)

virtual void MpasnSetPlayerApplicationValueL(const RArray< TInt > &aAttributeID, const RArray< TInt > &aAttributeValue)=0;

Description

This is called when the controller has changed a setting

Parameters

const RArray< TInt > &aAttributeID

A list of attribute IDs whose value has changed.

const RArray< TInt > &aAttributeValue

A list of new values for the attributes listed in aAttributeID.