Ejemplo n.º 1
0
 public bool IsPauseRecordPlay(int hPlay)
 {
     if (mConfig.IsRecord && initImageRecorder())
     {
         return(mRecorder.IsPause(hPlay));
     }
     return(false);
 }