NetworkPerformanceMaxCalibrationDuration Property |
Sets the network performance calibration maximum duration.
Namespace: OIV.RemoteViz.RenderingAssembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic 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:
UInt32
RemarksDefault value is 5 seconds.
Frames will be send to the client after this duration.
See Also