FreeSWITCH API Documentation  1.7.0
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 2734 of file switch_ivr_async.c.

Field Documentation

int pp_cb_t::done

Definition at line 2745 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 2739 of file switch_ivr_async.c.

Referenced by preprocess_callback().

SpeexEchoState* pp_cb_t::read_ec

Definition at line 2737 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 2743 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 2741 of file switch_ivr_async.c.

Referenced by preprocess_callback().

SpeexPreprocessState* pp_cb_t::read_st

Definition at line 2735 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 2740 of file switch_ivr_async.c.

Referenced by preprocess_callback().

SpeexEchoState* pp_cb_t::write_ec

Definition at line 2738 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 2744 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 2742 of file switch_ivr_async.c.

Referenced by preprocess_callback().

SpeexPreprocessState* pp_cb_t::write_st

Definition at line 2736 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: