Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
struct ast_audiohook | audiohook |
int | lastrate |
struct speex_direction_info * | rx |
struct speex_direction_info * | tx |
Definition at line 105 of file func_speex.c.
struct ast_audiohook audiohook |
Definition at line 106 of file func_speex.c.
Referenced by destroy_callback(), and speex_write().
int lastrate |
Definition at line 107 of file func_speex.c.
Referenced by speex_callback(), and speex_write().
struct speex_direction_info * rx |
Definition at line 108 of file func_speex.c.
Referenced by destroy_callback(), speex_callback(), speex_read(), and speex_write().
struct speex_direction_info* tx |
Definition at line 108 of file func_speex.c.
Referenced by destroy_callback(), speex_callback(), speex_read(), and speex_write().