FreeSWITCH API Documentation
1.7.0
|
#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 2380 of file switch_types.h.
const char* switch_say_args_t::ext |
Definition at line 2384 of file switch_types.h.
Referenced by switch_ivr_say_string().
switch_say_gender_t switch_say_args_t::gender |
Definition at line 2383 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 2382 of file switch_types.h.
Referenced by switch_ivr_phrase_macro_event(), switch_ivr_say(), and switch_ivr_say_string().
switch_say_type_t switch_say_args_t::type |
Definition at line 2381 of file switch_types.h.
Referenced by switch_ivr_phrase_macro_event(), switch_ivr_say(), and switch_ivr_say_string().