getRecordingStarted method

bool? getRecordingStarted()

Implementation

bool? getRecordingStarted() {
  return recordingStarted;
}