class MAudioSettingsObserver |
An interface to Global Audio Settings 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 global audio settings. The functions encapsulated by this class are called when events occur which causes device audio settings to be changed that affects the overall audio behavior.
Public Member Functions | |
---|---|
void | SettingsChanged ( CGlobalAudioSettings &, TUint ) |
Public Attributes | |
---|---|
const TUint | KMessageTones |
const TUint | KSilentProfile |
const TUint | KVibra |
const TUint | KWarningTones |
void | SettingsChanged | ( | CGlobalAudioSettings & | aGlobalAudioSettings, |
TUint | aSetting | |||
) | [pure virtual] |
Invoked by the Global Audio Settings object when audio setting has changed.
CGlobalAudioSettings & aGlobalAudioSettings | |
TUint aSetting | Specific id of the audio setting 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.