mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-15 04:09:59 +01:00
Frame capture settings and options
This commit is contained in:
@@ -166,11 +166,13 @@ struct SourceConfig
|
||||
int ratio;
|
||||
int res;
|
||||
std::string capture_path;
|
||||
int capture_naming;
|
||||
|
||||
SourceConfig() {
|
||||
new_type = 0;
|
||||
ratio = 3;
|
||||
res = 1;
|
||||
capture_naming = 0;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user