StreamLink.NET
SyncSpacing Property
StreamLink.NETCaplin.StreamLinkIConnectionConfigurationSyncSpacing
Gets or sets the time in milliseconds between successive sync messages, after the first SyncSize messages have been sent to Liberator. For further information, see Clock Offset and Latency Measurement.
Declaration Syntax
C#Visual BasicVisual C++
int SyncSpacing { get; set; }
Property SyncSpacing As Integer
property int SyncSpacing {
	int get ();
	void set (int value);
}
Value
The time in milliseconds between successive sync messages (default 5000). Set to 0 to disable sync messages. If sync messages are disabled, StreamLink cannot calculate the clock offset or message latency.

Assembly: Caplin.StreamLink (Module: Caplin.StreamLink) Version: 5.0.22.0 (5.0.22.0)