FreeSWITCH API Documentation  1.7.0
Data Fields
speech_thread_handle Struct Reference
+ Collaboration diagram for speech_thread_handle:

Data Fields

switch_core_session_tsession
 
switch_asr_handle_tah
 
switch_media_bug_tbug
 
switch_mutex_tmutex
 
switch_thread_cond_tcond
 
switch_memory_pool_tpool
 
switch_thread_tthread
 
int ready
 

Detailed Description

Definition at line 4337 of file switch_ivr_async.c.

Field Documentation

switch_asr_handle_t* speech_thread_handle::ah
switch_media_bug_t* speech_thread_handle::bug
switch_thread_cond_t* speech_thread_handle::cond

Definition at line 4342 of file switch_ivr_async.c.

Referenced by speech_callback(), and speech_thread().

switch_mutex_t* speech_thread_handle::mutex

Definition at line 4341 of file switch_ivr_async.c.

Referenced by speech_callback(), and speech_thread().

switch_memory_pool_t* speech_thread_handle::pool
int speech_thread_handle::ready

Definition at line 4345 of file switch_ivr_async.c.

Referenced by speech_callback(), and speech_thread().

switch_core_session_t* speech_thread_handle::session

Definition at line 4338 of file switch_ivr_async.c.

Referenced by speech_thread(), and switch_ivr_detect_speech_init().

switch_thread_t* speech_thread_handle::thread

Definition at line 4344 of file switch_ivr_async.c.

Referenced by speech_callback().


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