FreeSWITCH API Documentation  1.7.0
Data Fields
speex_context Struct Reference
+ Collaboration diagram for speex_context:

Data Fields

switch_codec_tcodec
 
speex_codec_settings_t codec_settings
 
unsigned int flags
 
void * encoder_state
 
struct SpeexBits encoder_bits
 
unsigned int encoder_frame_size
 
int encoder_mode
 
SpeexPreprocessState * pp
 
void * decoder_state
 
struct SpeexBits decoder_bits
 
unsigned int decoder_frame_size
 
int decoder_mode
 

Detailed Description

Definition at line 103 of file switch_speex.c.

Field Documentation

switch_codec_t* speex_context::codec

Definition at line 104 of file switch_speex.c.

Referenced by switch_speex_init().

speex_codec_settings_t speex_context::codec_settings

Definition at line 105 of file switch_speex.c.

Referenced by switch_speex_encode(), and switch_speex_init().

struct SpeexBits speex_context::decoder_bits

Definition at line 117 of file switch_speex.c.

Referenced by switch_speex_decode(), switch_speex_destroy(), and switch_speex_init().

unsigned int speex_context::decoder_frame_size

Definition at line 118 of file switch_speex.c.

int speex_context::decoder_mode

Definition at line 119 of file switch_speex.c.

void* speex_context::decoder_state

Definition at line 116 of file switch_speex.c.

Referenced by switch_speex_decode(), switch_speex_destroy(), and switch_speex_init().

struct SpeexBits speex_context::encoder_bits

Definition at line 110 of file switch_speex.c.

Referenced by switch_speex_destroy(), switch_speex_encode(), and switch_speex_init().

unsigned int speex_context::encoder_frame_size

Definition at line 111 of file switch_speex.c.

Referenced by switch_speex_encode(), and switch_speex_init().

int speex_context::encoder_mode

Definition at line 112 of file switch_speex.c.

void* speex_context::encoder_state

Definition at line 109 of file switch_speex.c.

Referenced by switch_speex_destroy(), switch_speex_encode(), and switch_speex_init().

unsigned int speex_context::flags

Definition at line 106 of file switch_speex.c.

SpeexPreprocessState* speex_context::pp

Definition at line 113 of file switch_speex.c.

Referenced by switch_speex_encode(), and switch_speex_init().


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