Default time in milliseconds between sending messages.
Namespace:
Equis.JanusToolkitAssembly: Janus (in Janus.dll)
Syntax
C# |
---|
public static int DefaultSendMS { get; set; } |
Remarks
This is the minimum time between sending updates for a timeline to remote clients
Everytime the local client sets a value in the local timeline, that value is only sent over the network if
more than "DefaultSendMS" have elapsed since the previous message was sent
Note:
1) DefaultSendMS is only used for timelines that have the value MinSendMS set to -1
2) DefaultSendMS is only used for value timelines, not for command timelines
The default value is 50 ms