MMdaAudioToneObserver Class Reference
class MMdaAudioToneObserver |
An interface to a set of audio tone player callback functions.
The class is a mixin and is intended to be inherited by the client class which is observing the audio tone playing operation. The functions encapsulated by this class are called when specific events occur in the process of preparing to play a tone and during the playing of a tone. A reference to this object is passed as a parameter when constructing an audio tone player utility, using the CMdaAudioToneUtility interface.
Member Functions Documentation
MatoPlayComplete(TInt)
void | MatoPlayComplete | ( | TInt | aError | ) | [pure virtual] |
Defines required client behaviour when the tone playing operation has completed, successfully or otherwise.
Parameters
TInt aError | KErrNone if successful. One of the system wide error codes if the attempt failed. The possible values depend on the EPOC platform. |
MatoPrepareComplete(TInt)
void | MatoPrepareComplete | ( | TInt | aError | ) | [pure virtual] |
Defines required client behaviour when an attempt to configure the audio tone player utility has completed, successfully or otherwise.
Parameters
TInt aError | KErrNone if successful. One of the system wide error codes if the attempt failed. The possible values depend on the EPOC platform. |
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.