bool RecorderEnabledGet (  ) 

Description:
RecorderEnabledGet determines if the recorder is recording.
Returns:
(bool) True = recorder is recording, false = not recording.
Sample Code:
  if(controller->RecorderEnabledGet() == true)
  {
    printf("Recording!\n");
  }
See also:
RecorderStop