NetworkPerformanceMaxCalibrationDuration Property |
Sets the network performance calibration maximum duration in milliseconds.
Namespace: OIV.RemoteViz.RenderingAssembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public uint MaxCalibrationDuration { get; set; }
Public Property MaxCalibrationDuration As UInteger
Get
Set
public:
property unsigned int MaxCalibrationDuration {
unsigned int get ();
void set (unsigned int value);
}
member MaxCalibrationDuration : uint32 with get, set
Property Value
Type:
UInt32Remarks Default value is 5 seconds. Frames will be send to the client after this duration. Reducing calibration time reduces the accuracy of the measurements.
See Also