|
CsvInputAdapterUseHighResolutionInputTimer Property
|
Gets or sets flag that determines if a high-resolution timer should be used for CSV file based input.
Namespace: CSVAdaptersAssembly: CsvAdapters (in CsvAdapters.dll) Version: 2.4.282-beta
Syntax[<ConnectionStringParameterAttribute>]
[<DefaultValueAttribute(false)>]
member UseHighResolutionInputTimer : bool with get, set
function get_UseHighResolutionInputTimer();
function set_UseHighResolutionInputTimer(value);
View SourceProperty Value
Boolean
Remarks
Useful when input needs be accurately time-aligned to a specified frame rate. Maximum interval is 1ms (1000 FPS).
Set to false if faster inputs are needed, e.g., 0.3333333ms (3000 FPS) or greater.
See Also