#include <switch_module_interfaces.h>
Collaboration diagram for switch_codec_interface:
Data Fields | |
| const char * | interface_name |
| switch_codec_implementation_t * | implementations |
| switch_core_codec_fmtp_parse_func_t | parse_fmtp |
| uint32_t | codec_id |
| switch_thread_rwlock_t * | rwlock |
| int | refs |
| switch_mutex_t * | reflock |
| switch_loadable_module_interface_t * | parent |
| switch_codec_interface * | next |
Definition at line 648 of file switch_module_interfaces.h.
| uint32_t switch_codec_interface::codec_id |
Definition at line 655 of file switch_module_interfaces.h.
Referenced by switch_core_codec_add_implementation().
a list of codec implementations related to the codec
Definition at line 652 of file switch_module_interfaces.h.
Referenced by switch_core_codec_add_implementation(), switch_core_codec_init_with_bitrate(), switch_loadable_module_get_codecs(), switch_loadable_module_get_codecs_sorted(), switch_loadable_module_process(), and switch_loadable_module_unprocess().
| const char* switch_codec_interface::interface_name |
the name of the interface
Definition at line 650 of file switch_module_interfaces.h.
Referenced by switch_loadable_module_process(), and switch_loadable_module_unprocess().
Definition at line 660 of file switch_module_interfaces.h.
Referenced by switch_loadable_module_process(), and switch_loadable_module_unprocess().
Definition at line 659 of file switch_module_interfaces.h.
function to decode a codec fmtp parameters
Definition at line 654 of file switch_module_interfaces.h.
Referenced by switch_core_codec_parse_fmtp().
Definition at line 658 of file switch_module_interfaces.h.
Definition at line 657 of file switch_module_interfaces.h.
Definition at line 656 of file switch_module_interfaces.h.
1.4.7