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
Public Member Functions
voidEvent(const CGlobalAudioSettings &, TUint)
Public Attributes
const TUintKActiveAudioClientsListChanged
const TUintKPausedAudioClientsListChanged

Member Functions Documentation

Event(const CGlobalAudioSettings &, TUint)

voidEvent(const CGlobalAudioSettings &aGlobalAudioSettings,
TUintaEvent
)[pure virtual]

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

Since
3.2

Parameters

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

Member Data Documentation

const TUint KActiveAudioClientsListChanged

const TUintKActiveAudioClientsListChanged[static]

const TUint KPausedAudioClientsListChanged

const TUintKPausedAudioClientsListChanged[static]