コード例 #1
0
ファイル: VideoSource.cs プロジェクト: ewin66/Monitor
 public bool IsPauseRecordPlay(int hPlay)
 {
     if (mConfig.IsRecord && initImageRecorder())
     {
         return(mRecorder.IsPause(hPlay));
     }
     return(false);
 }