RTS API Documentation
1.10.11
|
#include <switch_types.h>
Data Fields | |
switch_input_callback_function_t | input_callback |
void * | buf |
uint32_t | buflen |
switch_read_frame_callback_function_t | read_frame_callback |
void * | user_data |
switch_ivr_dmachine_t * | dmachine |
int | loops |
Definition at line 2537 of file switch_types.h.
void* switch_input_args_t::buf |
Definition at line 2539 of file switch_types.h.
Referenced by bridge(), deliver_asr_event(), play_and_collect(), switch_ivr_collect_digits_callback(), switch_ivr_gentones(), switch_ivr_park(), switch_ivr_play_and_collect_input(), switch_ivr_play_and_detect_speech(), switch_ivr_play_file(), switch_ivr_read(), switch_ivr_record_file_event(), switch_ivr_session_echo(), switch_ivr_sleep(), switch_ivr_soft_hold(), and switch_ivr_speak_text_handle().
uint32_t switch_input_args_t::buflen |
Definition at line 2540 of file switch_types.h.
Referenced by deliver_asr_event(), play_and_collect(), switch_ivr_collect_digits_callback(), switch_ivr_gentones(), switch_ivr_park(), switch_ivr_play_and_collect_input(), switch_ivr_play_and_detect_speech(), switch_ivr_play_file(), switch_ivr_read(), switch_ivr_record_file_event(), switch_ivr_session_echo(), switch_ivr_sleep(), switch_ivr_soft_hold(), and switch_ivr_speak_text_handle().
switch_ivr_dmachine_t* switch_input_args_t::dmachine |
Definition at line 2543 of file switch_types.h.
Referenced by switch_ivr_collect_digits_callback(), switch_ivr_gentones(), switch_ivr_park(), switch_ivr_play_and_collect_input(), switch_ivr_play_and_detect_speech(), switch_ivr_play_file(), switch_ivr_record_file_event(), switch_ivr_sleep(), and switch_ivr_speak_text_handle().
switch_input_callback_function_t switch_input_args_t::input_callback |
Definition at line 2538 of file switch_types.h.
Referenced by bridge(), deliver_asr_event(), switch_ivr_collect_digits_callback(), switch_ivr_gentones(), switch_ivr_park(), switch_ivr_play_and_collect_input(), switch_ivr_play_and_detect_speech(), switch_ivr_play_file(), switch_ivr_record_file_event(), switch_ivr_session_echo(), switch_ivr_sleep(), switch_ivr_soft_hold(), and switch_ivr_speak_text_handle().
int switch_input_args_t::loops |
Definition at line 2544 of file switch_types.h.
switch_read_frame_callback_function_t switch_input_args_t::read_frame_callback |
Definition at line 2541 of file switch_types.h.
Referenced by switch_ivr_collect_digits_callback(), switch_ivr_gentones(), switch_ivr_play_and_collect_input(), switch_ivr_play_and_detect_speech(), switch_ivr_play_file(), switch_ivr_record_file_event(), switch_ivr_sleep(), and switch_ivr_speak_text_handle().
void* switch_input_args_t::user_data |
Definition at line 2542 of file switch_types.h.
Referenced by switch_ivr_collect_digits_callback(), switch_ivr_gentones(), switch_ivr_play_and_collect_input(), switch_ivr_play_and_detect_speech(), switch_ivr_play_file(), switch_ivr_record_file_event(), switch_ivr_sleep(), and switch_ivr_speak_text_handle().