]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
swigall
authorMike Jerris <mike@jerris.com>
Mon, 2 Apr 2018 22:27:18 +0000 (17:27 -0500)
committerMuteesa Fred <muteesafred@hotmail.com>
Tue, 24 Jul 2018 07:21:48 +0000 (07:21 +0000)
src/mod/languages/mod_managed/managed/swig.cs

index 3fbcd3b37fd3aeeb6703648177b0a7cc2fc92454..fc4bf3cb1f3bd4c8af986aa37f23916ffd58b04a 100644 (file)
@@ -44651,6 +44651,25 @@ namespace FreeSWITCH.Native {
 
 namespace FreeSWITCH.Native {
 
+public enum switch_vad_state_t {
+  SWITCH_VAD_STATE_NONE,
+  SWITCH_VAD_STATE_START_TALKING,
+  SWITCH_VAD_STATE_TALKING,
+  SWITCH_VAD_STATE_STOP_TALKING,
+  SWITCH_VAD_STATE_ERROR
+}
+
+}
+/* ----------------------------------------------------------------------------
+ * This file was automatically generated by SWIG (http://www.swig.org).
+ * Version 2.0.12
+ *
+ * Do not make changes to this file unless you know what you are doing--modify
+ * the SWIG interface file instead.
+ * ----------------------------------------------------------------------------- */
+
+namespace FreeSWITCH.Native {
+
 using System;
 using System.Runtime.InteropServices;