示例#1
0
 public static int switch_short_to_float(SWIGTYPE_p_short s, SWIGTYPE_p_float f, int len)
 {
     int ret = freeswitchPINVOKE.switch_short_to_float(SWIGTYPE_p_short.getCPtr(s), SWIGTYPE_p_float.getCPtr(f), len);
     return ret;
 }
示例#2
0
 public static SWIGTYPE_p_switch_size_t switch_float_to_short(SWIGTYPE_p_float f, SWIGTYPE_p_short s, SWIGTYPE_p_switch_size_t len)
 {
     SWIGTYPE_p_switch_size_t ret = new SWIGTYPE_p_switch_size_t(freeswitchPINVOKE.switch_float_to_short(SWIGTYPE_p_float.getCPtr(f), SWIGTYPE_p_short.getCPtr(s), SWIGTYPE_p_switch_size_t.getCPtr(len)), true);
     if (freeswitchPINVOKE.SWIGPendingException.Pending) throw freeswitchPINVOKE.SWIGPendingException.Retrieve();
     return ret;
 }
示例#3
0
 public static int switch_char_to_float(string c, SWIGTYPE_p_float f, int len)
 {
     int ret = freeswitchPINVOKE.switch_char_to_float(c, SWIGTYPE_p_float.getCPtr(f), len);
     return ret;
 }
示例#4
0
 public static int switch_float_to_char(SWIGTYPE_p_float f, string c, int len)
 {
     int ret = freeswitchPINVOKE.switch_float_to_char(SWIGTYPE_p_float.getCPtr(f), c, len);
     return ret;
 }
示例#5
0
 internal static HandleRef getCPtr(SWIGTYPE_p_float obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }