Click or drag to resize
NetworkPerformanceCalibrationEnabled Property

Enable or disable network performance calibration.

Namespace: OIV.RemoteViz.Rendering
Assembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
public bool CalibrationEnabled { get; set; }

Property Value

Type: Boolean
Remarks

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.

OIV.RemoteViz.Rendering.ServiceListener.OnConnectedClient(System.String, OIV.RemoteViz.Rendering.NetworkPerformance)

See Also