示例#1
0
 public bool PauseRecordPlay(int hPlay)
 {
     if (mConfig.IsRecord && initImageRecorder())
     {
         return(mRecorder.Pause(hPlay));
     }
     return(false);
 }