Main Page | Modules | Class Hierarchy | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

switch_speech_handle Struct Reference

#include <switch_module_interfaces.h>

Collaboration diagram for switch_speech_handle:

Collaboration graph
[legend]

Detailed Description

an abstract representation of a asr/tts speech interface.


Data Fields

const switch_speech_interface_tspeech_interface
uint32_t flags
char * name
uint32_t rate
uint32_t speed
uint32_t samples
char voice [80]
char * engine
char * param
switch_memory_pool_tmemory_pool
void * private_info


Field Documentation

char* switch_speech_handle::engine
 

uint32_t switch_speech_handle::flags
 

flags to control behaviour

switch_memory_pool_t* switch_speech_handle::memory_pool
 

the handle's memory pool

char* switch_speech_handle::name
 

The Name

char* switch_speech_handle::param
 

module specific param

void* switch_speech_handle::private_info
 

private data for the format module to store handle specific info

uint32_t switch_speech_handle::rate
 

The Rate

uint32_t switch_speech_handle::samples
 

const switch_speech_interface_t* switch_speech_handle::speech_interface
 

the interface of the module that implemented the current speech interface

uint32_t switch_speech_handle::speed
 

char switch_speech_handle::voice[80]
 


The documentation for this struct was generated from the following file:
Generated on Fri Oct 10 11:24:18 2008 for FreeSWITCH by  doxygen 1.3.9.1