RTS API Documentation
1.10.11
|
#include <switch_types.h>
Data Fields | |
switch_say_type_t | type |
switch_say_method_t | method |
switch_say_gender_t | gender |
const char * | ext |
Definition at line 2559 of file switch_types.h.
const char* switch_say_args_t::ext |
Definition at line 2563 of file switch_types.h.
Referenced by switch_ivr_say_string().
switch_say_gender_t switch_say_args_t::gender |
Definition at line 2562 of file switch_types.h.
Referenced by switch_ivr_phrase_macro_event(), switch_ivr_say(), and switch_ivr_say_string().
switch_say_method_t switch_say_args_t::method |
Definition at line 2561 of file switch_types.h.
Referenced by switch_ivr_phrase_macro_event(), switch_ivr_say(), switch_ivr_say_ip(), and switch_ivr_say_string().
switch_say_type_t switch_say_args_t::type |
Definition at line 2560 of file switch_types.h.
Referenced by switch_ivr_phrase_macro_event(), switch_ivr_say(), switch_ivr_say_spell(), and switch_ivr_say_string().