#include <mdaaudiotoneplayer.h>
class MMdaAudioTonePlayStartObserver |
Public Member Functions | |
---|---|
pure virtual void | MatoPlayStarted(TInt) |
void | MatoPlayStarted | ( | TInt | aError | ) | [pure virtual] |
Defines required client behaviour when the tone playing operation has started, successfully or otherwise.
Parameters | |
---|---|
aError | KErrNone if successful. One of the system wide error codes if the attempt failed. The possible values depend on the EPOC platform. |