switch_codec_interface Struct Reference

Top level module interface to implement a series of codec implementations. More...

#include <switch_module_interfaces.h>

Collaboration diagram for switch_codec_interface:

[legend]

Data Fields

const char * interface_name
switch_codec_implementation_timplementations
switch_core_codec_fmtp_parse_func_t parse_fmtp
uint32_t codec_id
switch_thread_rwlock_trwlock
int refs
switch_mutex_treflock
switch_loadable_module_interface_tparent
switch_codec_interfacenext

Detailed Description

Top level module interface to implement a series of codec implementations.

Definition at line 648 of file switch_module_interfaces.h.


Field Documentation

uint32_t switch_codec_interface::codec_id

Definition at line 655 of file switch_module_interfaces.h.

Referenced by switch_core_codec_add_implementation().

switch_codec_implementation_t* switch_codec_interface::implementations

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().

struct switch_codec_interface* switch_codec_interface::next

Definition at line 660 of file switch_module_interfaces.h.

Referenced by switch_loadable_module_process(), and switch_loadable_module_unprocess().

switch_loadable_module_interface_t* switch_codec_interface::parent

Definition at line 659 of file switch_module_interfaces.h.

switch_core_codec_fmtp_parse_func_t switch_codec_interface::parse_fmtp

function to decode a codec fmtp parameters

Definition at line 654 of file switch_module_interfaces.h.

Referenced by switch_core_codec_parse_fmtp().

switch_mutex_t* switch_codec_interface::reflock

Definition at line 658 of file switch_module_interfaces.h.

int switch_codec_interface::refs

Definition at line 657 of file switch_module_interfaces.h.

switch_thread_rwlock_t* switch_codec_interface::rwlock

Definition at line 656 of file switch_module_interfaces.h.


The documentation for this struct was generated from the following file:
Generated on Wed May 16 04:00:27 2012 for FreeSWITCH API Documentation by  doxygen 1.4.7