MTtsSegmentStream Class Reference

class MTtsSegmentStream

Class to define functions for TTS segment stream. Using the class, a client can implement similar classes to CParsedText.

nssttscommon.lib
Since
2.8

Member Functions Documentation

MTtsPhonemeNotation()

TDesC & MTtsPhonemeNotation ( ) [pure virtual]
Returns used phoneme notation of the stream.
Since
2.8

MTtsReceiveSegment(TTtsSegment &)

TInt MTtsReceiveSegment ( TTtsSegment & aSegment ) [pure virtual]
Returns the next segment in the stream.
Since
2.8

Parameters

TTtsSegment & aSegment The requested segment.

MTtsSegmentDone(TTtsSegment &)

void MTtsSegmentDone ( TTtsSegment & aSegment ) [pure virtual]
Notifies that the segment has been processed and it can be released.
Since
2.8

Parameters

TTtsSegment & aSegment The processed segment.