FreeSWITCH API Documentation
1.7.0
|
#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 2369 of file switch_types.h.
void* switch_input_args_t::buf |
Definition at line 2371 of file switch_types.h.
Referenced by bridge(), play_and_collect(), switch_ivr_read(), and switch_ivr_soft_hold().
uint32_t switch_input_args_t::buflen |
Definition at line 2372 of file switch_types.h.
Referenced by play_and_collect(), switch_ivr_read(), and switch_ivr_soft_hold().
switch_ivr_dmachine_t* switch_input_args_t::dmachine |
Definition at line 2375 of file switch_types.h.
switch_input_callback_function_t switch_input_args_t::input_callback |
Definition at line 2370 of file switch_types.h.
Referenced by bridge(), and switch_ivr_soft_hold().
int switch_input_args_t::loops |
Definition at line 2376 of file switch_types.h.
switch_read_frame_callback_function_t switch_input_args_t::read_frame_callback |
Definition at line 2373 of file switch_types.h.
void* switch_input_args_t::user_data |
Definition at line 2374 of file switch_types.h.