コード例 #1
0
ファイル: BaseOCX.cs プロジェクト: jackshenbin/IVXClientV3.2
        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
ファイル: VODOCX.cs プロジェクト: jackshenbin/IVXClientV3.2
 public string StopVideoSave(int handle)
 {
     m_videoExport.DelExport(handle);
     return(MakeRetMsg(LVErrorType.No_Error, ""));
 }