This commit is contained in:
Mike Jerris 2018-04-02 17:27:18 -05:00 committed by Muteesa Fred
parent 8a5bbe19e8
commit e47a6922b3
1 changed files with 19 additions and 0 deletions

View 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;