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: 10.3.0.0 (10.3.0.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 OIV.RemoteViz.Rendering.ConnectionSettings.SetFrameEncodingPolicy(OIV.RemoteViz.Rendering.IFrameEncodingPolicy)). The higher the value, the better the quality and the number of interactive frames.

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

See Also