예제 #1
0
 public static void switch_say_file(SWIGTYPE_p_switch_say_file_handle sh, string fmt) {
   freeswitchPINVOKE.switch_say_file(SWIGTYPE_p_switch_say_file_handle.getCPtr(sh), fmt);
 }
예제 #2
0
 public static string switch_say_file_handle_get_variable(SWIGTYPE_p_switch_say_file_handle sh, string var) {
   string ret = freeswitchPINVOKE.switch_say_file_handle_get_variable(SWIGTYPE_p_switch_say_file_handle.getCPtr(sh), var);
   return ret;
 }
예제 #3
0
 public static string switch_say_file_handle_detach_path(SWIGTYPE_p_switch_say_file_handle sh) {
   string ret = freeswitchPINVOKE.switch_say_file_handle_detach_path(SWIGTYPE_p_switch_say_file_handle.getCPtr(sh));
   return ret;
 }
예제 #4
0
 internal static HandleRef getCPtr(SWIGTYPE_p_switch_say_file_handle obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }