From a4e804275517af683afa1733e2db7c383c306f2b Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Thu, 27 Jul 2023 22:32:10 +0200 Subject: Use framerate, control stop --- Captura/Data/CaptureState.swift | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Captura/Data/CaptureState.swift (limited to 'Captura/Data/CaptureState.swift') diff --git a/Captura/Data/CaptureState.swift b/Captura/Data/CaptureState.swift new file mode 100644 index 0000000..be354f6 --- /dev/null +++ b/Captura/Data/CaptureState.swift @@ -0,0 +1,7 @@ +enum CaptureState { + case idle + case selectingArea + case recording + case uploading + case uploaded +} -- cgit