FreeSWITCH API Documentation
1.7.0
|
Data Fields | |
const switch_codec_interface_t * | ptr |
const char * | interface_name |
struct switch_codec_node_s * | next |
Definition at line 50 of file switch_loadable_module.c.
const char* switch_codec_node_s::interface_name |
Definition at line 52 of file switch_loadable_module.c.
Referenced by switch_loadable_module_get_codec_interface(), switch_loadable_module_process(), and switch_loadable_module_unprocess().
struct switch_codec_node_s* switch_codec_node_s::next |
Definition at line 53 of file switch_loadable_module.c.
Referenced by switch_loadable_module_get_codec_interface(), switch_loadable_module_get_codecs(), switch_loadable_module_process(), and switch_loadable_module_unprocess().
const switch_codec_interface_t* switch_codec_node_s::ptr |
Definition at line 51 of file switch_loadable_module.c.
Referenced by switch_loadable_module_get_codec_interface(), switch_loadable_module_get_codecs(), and switch_loadable_module_process().