Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: MdaAudioTonePlayer.h
Link against: MediaClientAudio.lib

Class MMdaAudioToneObserver

MMdaAudioToneObserver

Support

Supported from 5.0

Description

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 configuring the audio tone player utility and 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.

Defined in MMdaAudioToneObserver:
MatoPlayComplete(), MatoPrepareComplete()


MatoPrepareComplete()

virtual void MatoPrepareComplete(TInt aError) = 0;

Description

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.

[Top]


MatoPlayComplete()

virtual void MatoPlayComplete(TInt aError) = 0;

Description

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.