Click or drag to resize
ClientSettingsBandwidth Property

Sets the network bandwidth to be used by the client.

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

Property Value

Type: UInt32
Remarks

Default value is 800Mbps.

This value is not a hard limit, but it influences the image quality and the number of interactive frames (frames per second) sent to the client. The policy can be set for each connection (see OIV.RemoteViz.Rendering.ConnectionSettings.SetFrameEncodingPolicy(OIV.RemoteViz.Rendering.IFrameEncodingPolicy)). The higher the value, the better the image quality and the number of interactive frames. See discussion in the class description.

If the client has more than one connection, the bandwidth allowed for each connection is this value divided by the number of connections.

See Also

Reference

OIV.RemoteViz.Rendering.ServiceListener.OnConnectedClient(System.String, OIV.RemoteViz.Rendering.NetworkPerformance)