Mercurial > hg > svcore
diff base/DataExportOptions.h @ 1815:c546429d4c2f
Add optional ability to write a header on delimited data output, & to write times in frames
author | Chris Cannam |
---|---|
date | Fri, 10 Jan 2020 14:29:54 +0000 |
parents | 57633d605547 |
children | fd5a87f3c5b4 |
line wrap: on
line diff
--- a/base/DataExportOptions.h Wed Jan 08 15:26:49 2020 +0000 +++ b/base/DataExportOptions.h Fri Jan 10 14:29:54 2020 +0000 @@ -20,6 +20,7 @@ DataExportDefaults = 0x0, DataExportFillGaps = 0x1, DataExportOmitLevels = 0x2, + DataExportWriteTimeInFrames = 0x4 // otherwise in seconds }; typedef int DataExportOptions;