FreeSWITCH API Documentation
1.7.0
|
#include <switch_module_interfaces.h>
Definition at line 93 of file switch_module_interfaces.h.
switch_size_t switch_stream_handle::alloc_chunk |
Definition at line 102 of file switch_module_interfaces.h.
switch_size_t switch_stream_handle::alloc_len |
Definition at line 101 of file switch_module_interfaces.h.
void* switch_stream_handle::data |
Definition at line 97 of file switch_module_interfaces.h.
Referenced by api_hook(), do_api_on(), API::execute(), API::executeString(), parse_presence_data_cols(), preprocess_exec_set(), record_callback(), switch_channel_build_param_string(), switch_channel_expand_variables_check(), switch_channel_get_cap_string(), switch_channel_get_flag_string(), switch_channel_set_timestamps(), switch_console_complete(), switch_console_process(), switch_console_set_complete(), switch_core_init_and_modload(), switch_event_build_param_string(), switch_event_expand_headers_check(), switch_ivr_record_file(), switch_nat_republish(), switch_nat_status(), and Stream::~Stream().
switch_size_t switch_stream_handle::data_len |
Definition at line 100 of file switch_module_interfaces.h.
switch_size_t switch_stream_handle::data_size |
Definition at line 99 of file switch_module_interfaces.h.
void* switch_stream_handle::end |
Definition at line 98 of file switch_module_interfaces.h.
switch_event_t* switch_stream_handle::param_event |
Definition at line 103 of file switch_module_interfaces.h.
Referenced by api_hook().
switch_stream_handle_raw_write_function_t switch_stream_handle::raw_write_function |
Definition at line 96 of file switch_module_interfaces.h.
switch_stream_handle_read_function_t switch_stream_handle::read_function |
Definition at line 94 of file switch_module_interfaces.h.
switch_stream_handle_write_function_t switch_stream_handle::write_function |
Definition at line 95 of file switch_module_interfaces.h.
Referenced by comp_callback(), API::execute(), API::executeString(), parse_presence_data_cols(), switch_channel_build_param_string(), switch_channel_get_cap_string(), switch_channel_get_flag_string(), switch_channel_set_timestamps(), switch_console_complete(), switch_console_set_complete(), switch_event_build_param_string(), and switch_nat_status().