Click or drag to resize
NetworkPerformanceBandwidth Property

Gets the estimated network bandwidth between the service and the client.

Namespace: OIV.RemoteViz.Rendering
Assembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public uint Bandwidth { get; }

Return Value

Type: UInt32

the network bandwidth in bit per seconds

Remarks

This value influences the quality and the number of interactive frames sent to the client (see ConnectionSettings.setFrameEncodingPolicy). The higher the value, the better the quality and the number of interactive frames. This value is estimated during the network calibration step.

See Also