#include <speex/speex_callbacks.h>#include "misc.h"Include dependency graph for speex_callbacks.c:

Functions | |
| int | speex_inband_handler (SpeexBits *bits, SpeexCallback *callback_list, void *state) |
| int | speex_std_mode_request_handler (SpeexBits *bits, void *state, void *data) |
| int | speex_std_low_mode_request_handler (SpeexBits *bits, void *state, void *data) |
| int | speex_std_high_mode_request_handler (SpeexBits *bits, void *state, void *data) |
| int | speex_std_vbr_request_handler (SpeexBits *bits, void *state, void *data) |
| int | speex_std_enh_request_handler (SpeexBits *bits, void *state, void *data) |
| int | speex_std_vbr_quality_request_handler (SpeexBits *bits, void *state, void *data) |
| int | speex_std_char_handler (SpeexBits *bits, void *state, void *data) |
| int | speex_default_user_handler (SpeexBits *bits, void *state, void *data) |
| int speex_default_user_handler | ( | SpeexBits * | bits, | |
| void * | state, | |||
| void * | data | |||
| ) |
| int speex_inband_handler | ( | SpeexBits * | bits, | |
| SpeexCallback * | callback_list, | |||
| void * | state | |||
| ) |
| int speex_std_char_handler | ( | SpeexBits * | bits, | |
| void * | state, | |||
| void * | data | |||
| ) |
| int speex_std_enh_request_handler | ( | SpeexBits * | bits, | |
| void * | state, | |||
| void * | data | |||
| ) |
| int speex_std_high_mode_request_handler | ( | SpeexBits * | bits, | |
| void * | state, | |||
| void * | data | |||
| ) |
| int speex_std_low_mode_request_handler | ( | SpeexBits * | bits, | |
| void * | state, | |||
| void * | data | |||
| ) |
| int speex_std_mode_request_handler | ( | SpeexBits * | bits, | |
| void * | state, | |||
| void * | data | |||
| ) |
| int speex_std_vbr_quality_request_handler | ( | SpeexBits * | bits, | |
| void * | state, | |||
| void * | data | |||
| ) |
| int speex_std_vbr_request_handler | ( | SpeexBits * | bits, | |
| void * | state, | |||
| void * | data | |||
| ) |
1.5.1