NetworkPerformanceCalibrationEnabled Property |
Enable or disable network performance calibration.
Namespace: OIV.RemoteViz.RenderingAssembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic 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:
Boolean
RemarksDefault 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.
ServiceListener.onConnectedClient
See Also