class MDevTTSAudioObserver |
Public Member Functions | |
---|---|
void | MdtaoBufferToBeFilled ( TDes8 &, TInt ) |
void | MdtaoInitializeComplete ( TInt ) |
void | MdtaoPlayFinished ( TInt ) |
void | MdtaoBufferToBeFilled | ( | TDes8 & | aBuffer, |
TInt | aSizeRequested | |||
) | [pure virtual] |
Audio device wants the buffer to be filled. Client should provide data to the descriptor given as parameter and call PlayData when data is ready to be played.
void | MdtaoInitializeComplete | ( | TInt | aError | ) | [pure virtual] |
Notifies the observer that initialization has been completed.
TInt aError |
void | MdtaoPlayFinished | ( | TInt | aError | ) | [pure virtual] |
Called when playback process is finished, successfully or otherwise.
TInt aError |
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.