Home
last modified time | relevance | path

Searched defs:switch_asr_interface (Results 1 – 2 of 2) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_module_interfaces.h389 struct switch_asr_interface { struct
391 const char *interface_name;
393 …(switch_asr_handle_t *ah, const char *codec, int rate, const char *dest, switch_asr_flag_t *flags);
395 …itch_status_t (*asr_load_grammar) (switch_asr_handle_t *ah, const char *grammar, const char *name);
397 switch_status_t (*asr_unload_grammar) (switch_asr_handle_t *ah, const char *name);
421 struct switch_asr_interface *next; argument
435 switch_asr_interface_t *asr_interface; argument
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs29372 public class switch_asr_interface : global::System.IDisposable { class
29376 internal switch_asr_interface(global::System.IntPtr cPtr, bool cMemoryOwn) { in switch_asr_interface() method in FreeSWITCH.Native.switch_asr_interface
29664 public switch_asr_interface() : this(freeswitchPINVOKE.new_switch_asr_interface(), true) { in switch_asr_interface() method in FreeSWITCH.Native.switch_asr_interface