|
RTS API Documentation
1.10.11
|
Collaboration diagram for pp_cb_t: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 3360 of file switch_ivr_async.c.
| int pp_cb_t::done |
Definition at line 3371 of file switch_ivr_async.c.
Referenced by preprocess_callback(), and switch_ivr_preprocess_session().
| switch_byte_t pp_cb_t::read_data[2048] |
Definition at line 3365 of file switch_ivr_async.c.
Referenced by preprocess_callback().
| SpeexEchoState* pp_cb_t::read_ec |
Definition at line 3363 of file switch_ivr_async.c.
Referenced by preprocess_callback(), and switch_ivr_preprocess_session().
| switch_mutex_t* pp_cb_t::read_mutex |
Definition at line 3369 of file switch_ivr_async.c.
Referenced by preprocess_callback(), and switch_ivr_preprocess_session().
| switch_byte_t pp_cb_t::read_out[2048] |
Definition at line 3367 of file switch_ivr_async.c.
Referenced by preprocess_callback().
| SpeexPreprocessState* pp_cb_t::read_st |
Definition at line 3361 of file switch_ivr_async.c.
Referenced by preprocess_callback(), and switch_ivr_preprocess_session().
| switch_byte_t pp_cb_t::write_data[2048] |
Definition at line 3366 of file switch_ivr_async.c.
Referenced by preprocess_callback().
| SpeexEchoState* pp_cb_t::write_ec |
Definition at line 3364 of file switch_ivr_async.c.
Referenced by preprocess_callback(), and switch_ivr_preprocess_session().
| switch_mutex_t* pp_cb_t::write_mutex |
Definition at line 3370 of file switch_ivr_async.c.
Referenced by preprocess_callback(), and switch_ivr_preprocess_session().
| switch_byte_t pp_cb_t::write_out[2048] |
Definition at line 3368 of file switch_ivr_async.c.
Referenced by preprocess_callback().
| SpeexPreprocessState* pp_cb_t::write_st |
Definition at line 3362 of file switch_ivr_async.c.
Referenced by preprocess_callback(), and switch_ivr_preprocess_session().
1.8.13