]> git.r.bdr.sh - rbdr/captura/blame - Captura/Data/CaptureState.swift
Use framerate, control stop
[rbdr/captura] / Captura / Data / CaptureState.swift
CommitLineData
24220348
RBR
1enum CaptureState {
2 case idle
3 case selectingArea
4 case recording
5 case uploading
6 case uploaded
7}