mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-10 09:49:59 +01:00
Added Timeout to recorder in User Interface and Settings, and duration
query on Recorder.
This commit is contained in:
@@ -58,13 +58,17 @@ struct ViewConfig
|
||||
|
||||
};
|
||||
|
||||
#define RECORD_MAX_TIMEOUT 1800.f
|
||||
|
||||
struct RecordConfig
|
||||
{
|
||||
std::string path;
|
||||
int profile;
|
||||
float timeout;
|
||||
|
||||
RecordConfig() : path("") {
|
||||
profile = 0;
|
||||
timeout = RECORD_MAX_TIMEOUT;
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user