NetworkPerformanceCalibrationEnabled Property |
Enable or disable network performance calibration.
Namespace: OIV.RemoteViz.RenderingAssembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public bool CalibrationEnabled { get; set; }
Public Property CalibrationEnabled As Boolean
Get
Set
public:
property bool CalibrationEnabled {
bool get ();
void set (bool value);
}
member CalibrationEnabled : bool with get, set
Property Value
Type:
BooleanRemarks Default value is true.
If calibration is enabled, a measurement of the latency and bandwidth is performed after the first connection establishment and before sending frames. If calibration is disabled, the estimated bandwidth and latency will be 0. It is better to reduce the calibration time rather than disable completely.
See Also Reference
OIV.RemoteViz.Rendering.ServiceListener.OnConnectedClient(System.String, OIV.RemoteViz.Rendering.NetworkPerformance)