Beispiel #1
0
 public void PauseCapture()
 {
     if (_capturing && !_paused)
     {
         AVProMovieCapturePlugin.Pause(_handle);
         _paused = true;
         ResetFPS();
     }
 }