mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
Recording timeout with timing slider
Changed timout recording in uint milisecond.
This commit is contained in:
@@ -66,13 +66,13 @@ struct ViewConfig
|
||||
|
||||
};
|
||||
|
||||
#define RECORD_MAX_TIMEOUT 1800.f
|
||||
#define RECORD_MAX_TIMEOUT 301000
|
||||
|
||||
struct RecordConfig
|
||||
{
|
||||
std::string path;
|
||||
int profile;
|
||||
float timeout;
|
||||
uint timeout;
|
||||
int delay;
|
||||
|
||||
RecordConfig() : path("") {
|
||||
|
||||
Reference in New Issue
Block a user