workarea in/out added #108

This commit is contained in:
itsmattkc
2018-07-22 19:57:03 +01:00
parent 6109ed9002
commit 1fded74767
18 changed files with 335 additions and 55 deletions
+4
View File
@@ -23,6 +23,10 @@ public:
double frame_rate;
int audio_frequency;
int audio_layout;
bool using_workarea;
long workarea_in;
long workarea_out;
private:
QVector<Clip*> clips;
};