예제 #1
0
        public string StopVideoSave(int handle)
        {
            MyLog4Net.Container.Instance.Log.DebugWithDebugView("BaseOCX  StopVideoSave handle:" + handle);

            m_videoExport.DelExport(handle);
            MyLog4Net.Container.Instance.Log.DebugWithDebugView("BaseOCX  StopVideoSave ret");
            return(MakeRetMsg(LVErrorType.No_Error, ""));
        }
예제 #2
0
 public string StopVideoSave(int handle)
 {
     m_videoExport.DelExport(handle);
     return(MakeRetMsg(LVErrorType.No_Error, ""));
 }