Click or drag to resize
ClientSettingsBandwidth Property

Sets the maximum network bandwidth consumed by 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; set; }

Property Value

Type: UInt32
Remarks

Default value is 800Mbps. 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.

ServiceListener.onConnectedClient

See Also