void RecorderStop (  ) 

Description:
RecorderStop stops recording data.
Sample Code:
  controller->RecorderStop();
Notes:
Recording will also stop if the buffer is full (and not set as circular).
See also:
RecorderStart
Examples:
recorder.cpp, RecorderInterrupts.cs, and RecordOnMotion.cs.