class MAudioClientsListObserver |
An interface to Audio Clients observer callback functions.
This serves as the method of communication between the client and the CGlobalAudioSettings object.
The class is a mixin and is intended to be inherited by the client class that is interested in observing the audio clients list. The functions encapsulated by this class are called when events occur which causes audio clients list to change.
Public Member Functions | |
---|---|
void | Event (const CGlobalAudioSettings &, TUint ) |
Public Attributes | |
---|---|
const TUint | KActiveAudioClientsListChanged |
const TUint | KPausedAudioClientsListChanged |
void | Event | ( | const CGlobalAudioSettings & | aGlobalAudioSettings, |
TUint | aEvent | |||
) | [pure virtual] |
Invoked by the Global Audio Settings object when audio clients list changes.
const CGlobalAudioSettings & aGlobalAudioSettings | |
TUint aEvent | Specific id of the audio clients list that changed. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.