swigall
This commit is contained in:
parent
8a5bbe19e8
commit
e47a6922b3
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue