MAudioClientsListObserver Class Reference

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.

GlobalAudioSettings.lib
Since
3.2

Member Functions Documentation

Event(const CGlobalAudioSettings &, TUint)

void Event ( const CGlobalAudioSettings & aGlobalAudioSettings,
TUint aEvent
) [pure virtual]

Invoked by the Global Audio Settings object when audio clients list changes.

Since
3.2

Parameters

const CGlobalAudioSettings & aGlobalAudioSettings
TUint aEvent Specific id of the audio clients list that changed.

Member Data Documentation

const TUint KActiveAudioClientsListChanged

const TUint KActiveAudioClientsListChanged [static]

const TUint KPausedAudioClientsListChanged

const TUint KPausedAudioClientsListChanged [static]