stopCapture method

bool stopCapture()
  • Stop capturing

Implementation

bool stopCapture() {
  int ret = _stopCapture();
  return ret == 0 ? false : true;
}