Add frames_duration
This commit is contained in:
parent
c2ac171811
commit
1780cfbff1
|
@ -59,6 +59,7 @@ class EventStream : public StreamBase {
|
|||
time_t start_time;
|
||||
time_t end_time;
|
||||
double duration;
|
||||
double frames_duration;
|
||||
char path[PATH_MAX];
|
||||
int n_frames; // # of frame rows returned from database
|
||||
FrameData *frames;
|
||||
|
|
Loading…
Reference in New Issue