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