RecordingState constructor
RecordingState({})
Implementation
RecordingState({
this.recording = false,
this.stopping = false,
this.diskFull = false,
this.diskError = false,
this.diskUnformatted = false,
this.droppedFrames = false,
this.durationHours = 0,
this.durationMinutes = 0,
this.durationSeconds = 0,
this.durationFrames = 0,
this.timeAvailable = 0,
});