RTS API Documentation
1.10.11
|
Data Fields | |
const switch_codec_interface_t * | ptr |
const char * | interface_name |
struct switch_codec_node_s * | next |
Definition at line 58 of file switch_loadable_module.c.
const char* switch_codec_node_s::interface_name |
Definition at line 60 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 61 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 59 of file switch_loadable_module.c.
Referenced by switch_loadable_module_get_codec_interface(), switch_loadable_module_get_codecs(), and switch_loadable_module_process().