|
RTS API Documentation
1.10.11
|
Collaboration diagram for cached_speech_handle:Data Fields | |
| char | tts_name [80] |
| char | voice_name [80] |
| switch_speech_handle_t | sh |
| switch_codec_t | codec |
| switch_timer_t | timer |
Definition at line 2998 of file switch_ivr_play_say.c.
| switch_codec_t cached_speech_handle::codec |
Definition at line 3002 of file switch_ivr_play_say.c.
Referenced by switch_ivr_clear_speech_cache(), and switch_ivr_speak_text().
| switch_speech_handle_t cached_speech_handle::sh |
Definition at line 3001 of file switch_ivr_play_say.c.
Referenced by switch_ivr_clear_speech_cache(), and switch_ivr_speak_text().
| switch_timer_t cached_speech_handle::timer |
Definition at line 3003 of file switch_ivr_play_say.c.
Referenced by switch_ivr_clear_speech_cache(), and switch_ivr_speak_text().
| char cached_speech_handle::tts_name[80] |
Definition at line 2999 of file switch_ivr_play_say.c.
Referenced by switch_ivr_speak_text().
| char cached_speech_handle::voice_name[80] |
Definition at line 3000 of file switch_ivr_play_say.c.
Referenced by switch_ivr_speak_text().
1.8.13