comparison 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
comparison
equal deleted inserted replaced
1814:1318e069906b 1815:c546429d4c2f
18 enum DataExportOption 18 enum DataExportOption
19 { 19 {
20 DataExportDefaults = 0x0, 20 DataExportDefaults = 0x0,
21 DataExportFillGaps = 0x1, 21 DataExportFillGaps = 0x1,
22 DataExportOmitLevels = 0x2, 22 DataExportOmitLevels = 0x2,
23 DataExportWriteTimeInFrames = 0x4 // otherwise in seconds
23 }; 24 };
24 25
25 typedef int DataExportOptions; 26 typedef int DataExportOptions;
26 27
27 #endif 28 #endif