start method

void start()

Starts recording.

Implementation

void start() {
  _recorder.start();
  _isRecording = true;
}