DataExportOptions.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef int DataExportOptions
 

Enumerations

enum  DataExportOption {
  DataExportDefaults = 0x0, DataExportFillGaps = 0x1, DataExportOmitLevel = 0x2, DataExportAlwaysIncludeTimestamp = 0x4,
  DataExportWriteTimeInFrames = 0x8, DataExportIncludeHeader = 0x10
}
 

Typedef Documentation

typedef int DataExportOptions

Definition at line 53 of file DataExportOptions.h.

Enumeration Type Documentation

Enumerator
DataExportDefaults 
DataExportFillGaps 

Export sparse event-based models as if they were dense models, writing an event at every interval of the model's resolution.

Where no event is present in the actual model, a constant "fill event" is interpolated instead.

DataExportOmitLevel 

Omit the level attribute from exported events.

DataExportAlwaysIncludeTimestamp 

Always include a timestamp in the first column.

Otherwise timestamps will only be included in sparse models.

DataExportWriteTimeInFrames 

Use sample frames rather than seconds for time and duration values.

DataExportIncludeHeader 

Write a header row before any data rows.

Definition at line 18 of file DataExportOptions.h.