Data Fields | |
| SpeexPreprocessState * | read_st |
| SpeexPreprocessState * | write_st |
| SpeexEchoState * | read_ec |
| SpeexEchoState * | write_ec |
| switch_byte_t | read_data [2048] |
| switch_byte_t | write_data [2048] |
| switch_byte_t | read_out [2048] |
| switch_byte_t | write_out [2048] |
| switch_mutex_t * | read_mutex |
| switch_mutex_t * | write_mutex |
| int | done |
Definition at line 1915 of file switch_ivr_async.c.
| int pp_cb_t::done |
Definition at line 1926 of file switch_ivr_async.c.
Referenced by preprocess_callback(), and switch_ivr_preprocess_session().
| SpeexEchoState* pp_cb_t::read_ec |
Definition at line 1918 of file switch_ivr_async.c.
Referenced by preprocess_callback(), and switch_ivr_preprocess_session().
Definition at line 1924 of file switch_ivr_async.c.
Referenced by preprocess_callback(), and switch_ivr_preprocess_session().
| SpeexPreprocessState* pp_cb_t::read_st |
Definition at line 1916 of file switch_ivr_async.c.
Referenced by preprocess_callback(), and switch_ivr_preprocess_session().
| SpeexEchoState* pp_cb_t::write_ec |
Definition at line 1919 of file switch_ivr_async.c.
Referenced by preprocess_callback(), and switch_ivr_preprocess_session().
Definition at line 1925 of file switch_ivr_async.c.
Referenced by preprocess_callback(), and switch_ivr_preprocess_session().
| SpeexPreprocessState* pp_cb_t::write_st |
Definition at line 1917 of file switch_ivr_async.c.
Referenced by preprocess_callback(), and switch_ivr_preprocess_session().
1.4.7