|
Public Types |
| enum | TextType {
Default,
Literal,
Digits,
Number,
Currency,
Time,
Date,
Phone,
IPAddress,
Duration
} |
Public Member Functions |
| virtual PStringArray | GetVoiceList ()=0 |
| virtual BOOL | SetVoice (const PString &voice)=0 |
| virtual BOOL | SetRate (unsigned rate)=0 |
| virtual unsigned | GetRate ()=0 |
| virtual BOOL | SetVolume (unsigned volume)=0 |
| virtual unsigned | GetVolume ()=0 |
| virtual BOOL | OpenFile (const PFilePath &fn)=0 |
| virtual BOOL | OpenChannel (PChannel *chanel)=0 |
| virtual BOOL | IsOpen ()=0 |
| virtual BOOL | Close ()=0 |
| virtual BOOL | Speak (const PString &text, TextType hint=Default)=0 |