RTS API Documentation  1.10.11
Data Fields
pp_cb_t Struct Reference
+ 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_tread_mutex
 
switch_mutex_twrite_mutex
 
int done
 

Detailed Description

Definition at line 3360 of file switch_ivr_async.c.

Field Documentation

◆ done

int pp_cb_t::done

Definition at line 3371 of file switch_ivr_async.c.

Referenced by preprocess_callback(), and switch_ivr_preprocess_session().

◆ read_data

switch_byte_t pp_cb_t::read_data[2048]

Definition at line 3365 of file switch_ivr_async.c.

Referenced by preprocess_callback().

◆ read_ec

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().

◆ read_mutex

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().

◆ read_out

switch_byte_t pp_cb_t::read_out[2048]

Definition at line 3367 of file switch_ivr_async.c.

Referenced by preprocess_callback().

◆ read_st

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().

◆ write_data

switch_byte_t pp_cb_t::write_data[2048]

Definition at line 3366 of file switch_ivr_async.c.

Referenced by preprocess_callback().

◆ write_ec

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().

◆ write_mutex

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().

◆ write_out

switch_byte_t pp_cb_t::write_out[2048]

Definition at line 3368 of file switch_ivr_async.c.

Referenced by preprocess_callback().

◆ write_st

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().


The documentation for this struct was generated from the following file: