RTS API Documentation  1.10.11
Data Fields
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:

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
 
char * modname
 
switch_loadable_module_interface_tparent
 
struct switch_codec_interfacenext
 

Detailed Description

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

Definition at line 771 of file switch_module_interfaces.h.

Field Documentation

◆ codec_id

uint32_t switch_codec_interface::codec_id

◆ implementations

switch_codec_implementation_t* switch_codec_interface::implementations

◆ interface_name

const char* switch_codec_interface::interface_name

◆ modname

char* switch_codec_interface::modname

◆ next

struct switch_codec_interface* switch_codec_interface::next

◆ parent

switch_loadable_module_interface_t* switch_codec_interface::parent

Definition at line 783 of file switch_module_interfaces.h.

◆ parse_fmtp

switch_core_codec_fmtp_parse_func_t switch_codec_interface::parse_fmtp

function to decode a codec fmtp parameters

Definition at line 777 of file switch_module_interfaces.h.

Referenced by switch_core_codec_parse_fmtp(), and SWITCH_MODULE_LOAD_FUNCTION().

◆ reflock

switch_mutex_t* switch_codec_interface::reflock

Definition at line 781 of file switch_module_interfaces.h.

◆ refs

int switch_codec_interface::refs

Definition at line 780 of file switch_module_interfaces.h.

◆ rwlock

switch_thread_rwlock_t* switch_codec_interface::rwlock

Definition at line 779 of file switch_module_interfaces.h.


The documentation for this struct was generated from the following file: