static int QPYX_StopRecording_YXQP(IntPtr L_YXQP)
 {
     try
     {
         ToLua.CheckArgsCount(L_YXQP, 1);
         GVoiceManager QPYX_obj_YXQP = (GVoiceManager)ToLua.CheckObject <GVoiceManager>(L_YXQP, 1);
         QPYX_obj_YXQP.StopRecording();
         return(0);
     }
     catch (Exception e_YXQP)                {
         return(LuaDLL.toluaL_exception(L_YXQP, e_YXQP));
     }
 }
예제 #2
0
 static int StopRecording(IntPtr L)
 {
     try
     {
         ToLua.CheckArgsCount(L, 1);
         GVoiceManager obj = (GVoiceManager)ToLua.CheckObject <GVoiceManager>(L, 1);
         obj.StopRecording();
         return(0);
     }
     catch (Exception e)
     {
         return(LuaDLL.toluaL_exception(L, e));
     }
 }