|
RTS API Documentation
1.10.11
|
Collaboration diagram for switch_file_node_s:Data Fields | |
| const switch_file_interface_t * | ptr |
| const char * | interface_name |
| struct switch_file_node_s * | next |
Definition at line 46 of file switch_loadable_module.c.
| const char* switch_file_node_s::interface_name |
Definition at line 48 of file switch_loadable_module.c.
Referenced by switch_loadable_module_get_file_interface(), switch_loadable_module_process(), and switch_loadable_module_unprocess().
| struct switch_file_node_s* switch_file_node_s::next |
Definition at line 49 of file switch_loadable_module.c.
Referenced by switch_loadable_module_get_file_interface(), switch_loadable_module_process(), switch_loadable_module_unprocess(), and switch_parse_codec_buf().
| const switch_file_interface_t* switch_file_node_s::ptr |
Definition at line 47 of file switch_loadable_module.c.
Referenced by switch_loadable_module_get_endpoint_interface(), switch_loadable_module_get_file_interface(), switch_loadable_module_process(), and switch_loadable_module_unprocess().
1.8.13