switch_say_interface Struct Reference

Abstract interface to a say module. More...

#include <switch_module_interfaces.h>

Collaboration diagram for switch_say_interface:

[legend]

Data Fields

const char * interface_name
switch_say_callback_t say_function
switch_say_string_callback_t say_string_function
switch_thread_rwlock_trwlock
int refs
switch_mutex_treflock
switch_loadable_module_interface_tparent
switch_say_interfacenext

Detailed Description

Abstract interface to a say module.

Definition at line 468 of file switch_module_interfaces.h.


Field Documentation

const char* switch_say_interface::interface_name

the name of the interface

Definition at line 470 of file switch_module_interfaces.h.

Referenced by switch_loadable_module_process(), and switch_loadable_module_unprocess().

struct switch_say_interface* switch_say_interface::next

Definition at line 478 of file switch_module_interfaces.h.

Referenced by switch_loadable_module_process(), and switch_loadable_module_unprocess().

switch_loadable_module_interface_t* switch_say_interface::parent

Definition at line 477 of file switch_module_interfaces.h.

switch_mutex_t* switch_say_interface::reflock

Definition at line 476 of file switch_module_interfaces.h.

int switch_say_interface::refs

Definition at line 475 of file switch_module_interfaces.h.

switch_thread_rwlock_t* switch_say_interface::rwlock

Definition at line 474 of file switch_module_interfaces.h.

Referenced by switch_loadable_module_unprocess().

switch_say_callback_t switch_say_interface::say_function

function to pass down to the module

Definition at line 472 of file switch_module_interfaces.h.

Referenced by switch_ivr_phrase_macro_event(), and switch_ivr_say().

switch_say_string_callback_t switch_say_interface::say_string_function

Definition at line 473 of file switch_module_interfaces.h.

Referenced by switch_ivr_say_string().


The documentation for this struct was generated from the following file:
Generated on Wed May 16 04:00:34 2012 for FreeSWITCH API Documentation by  doxygen 1.4.7