RTS API Documentation  1.10.11
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 4979 of file switch_ivr_async.c.

Field Documentation

◆ ah

switch_asr_handle_t* speech_thread_handle::ah

◆ bug

switch_media_bug_t* speech_thread_handle::bug

◆ cond

switch_thread_cond_t* speech_thread_handle::cond

Definition at line 4984 of file switch_ivr_async.c.

Referenced by speech_callback(), and speech_thread().

◆ mutex

switch_mutex_t* speech_thread_handle::mutex

Definition at line 4983 of file switch_ivr_async.c.

Referenced by speech_callback(), and speech_thread().

◆ pool

switch_memory_pool_t* speech_thread_handle::pool

◆ ready

int speech_thread_handle::ready

Definition at line 4987 of file switch_ivr_async.c.

Referenced by speech_callback(), and speech_thread().

◆ session

switch_core_session_t* speech_thread_handle::session

◆ thread

switch_thread_t* speech_thread_handle::thread

Definition at line 4986 of file switch_ivr_async.c.

Referenced by speech_callback().


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