Add frames_duration

This commit is contained in:
Isaac Connor 2021-02-09 14:23:34 -05:00
parent c2ac171811
commit 1780cfbff1
1 changed files with 1 additions and 0 deletions

View File

@ -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;