Main Page | Modules | Class Hierarchy | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

switch_codec Struct Reference

#include <switch_module_interfaces.h>

Collaboration diagram for switch_codec:

Collaboration graph
[legend]

Detailed Description

an abstract handle to a codec module


Data Fields

const switch_codec_interface_tcodec_interface
const switch_codec_implementation_timplementation
char * fmtp_in
char * fmtp_out
switch_codec_settings_t codec_settings
uint32_t flags
switch_memory_pool_tmemory_pool
void * private_info
switch_payload_t agreed_pt


Field Documentation

switch_payload_t switch_codec::agreed_pt
 

const switch_codec_interface_t* switch_codec::codec_interface
 

the codec interface table this handle uses

switch_codec_settings_t switch_codec::codec_settings
 

codec settings for this handle

uint32_t switch_codec::flags
 

flags to modify behaviour

char* switch_codec::fmtp_in
 

fmtp line from remote sdp

char* switch_codec::fmtp_out
 

fmtp line for local sdp

const switch_codec_implementation_t* switch_codec::implementation
 

the specific implementation of the above codec

switch_memory_pool_t* switch_codec::memory_pool
 

the handle's memory pool

void* switch_codec::private_info
 

private data for the codec module to store handle specific info


The documentation for this struct was generated from the following file:
Generated on Fri Oct 10 11:23:46 2008 for FreeSWITCH by  doxygen 1.3.9.1