Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
Data Fields | |
SpeexBits | bits |
int16_t | buf [BUFFER_SAMPLES] |
int | default_quality |
int | fraction_lost |
int | framesize |
int | quality |
int | silent_state |
void * | speex |
Definition at line 93 of file codec_speex.c.
SpeexBits bits |
Definition at line 95 of file codec_speex.c.
Referenced by lintospeex_destroy(), and speextolin_destroy().
int16_t buf[BUFFER_SAMPLES] |
Definition at line 107 of file codec_speex.c.
int default_quality |
Definition at line 101 of file codec_speex.c.
int fraction_lost |
Definition at line 99 of file codec_speex.c.
int framesize |
Definition at line 96 of file codec_speex.c.
int quality |
Definition at line 100 of file codec_speex.c.
int silent_state |
Definition at line 97 of file codec_speex.c.
void* speex |
Definition at line 94 of file codec_speex.c.
Referenced by lintospeex_destroy(), and speextolin_destroy().