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: 10.3.0.0 (10.3.0.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 OIV.RemoteViz.Rendering.ConnectionSettings.SetFrameEncodingPolicy(OIV.RemoteViz.Rendering.IFrameEncodingPolicy)). 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