Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_module_interfaces.h437 uint32_t flags;
439 char *name;
441 char *codec;
443 uint32_t rate;
444 char *grammar;
446 char *param;
450 switch_byte_t *dbuf;
451 switch_size_t dbuflen;
454 uint32_t samplerate;
456 uint32_t native_rate;
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs29166 public class switch_asr_handle : global::System.IDisposable { class
29170 internal switch_asr_handle(global::System.IntPtr cPtr, bool cMemoryOwn) { in switch_asr_handle() method in FreeSWITCH.Native.switch_asr_handle
29354 public switch_asr_handle() : this(freeswitchPINVOKE.new_switch_asr_handle(), true) { in switch_asr_handle() method in FreeSWITCH.Native.switch_asr_handle