Click or drag to resize
ServiceListenerOnInitializedClient Method

Triggered when a client is initialized.

Namespace: OIV.RemoteViz.Rendering
Assembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 2024.1.2.0 (2024.1.2)
Syntax
public virtual void OnInitializedClient(
	Client client,
	NetworkPerformance networkPerformance
)

Parameters

client
Type: OIV.RemoteViz.RenderingClient

: client that is being connected to the service.

networkPerformance
Type: OIV.RemoteViz.RenderingNetworkPerformance

: network performance for the client.

Remarks

Default behavior : If network performance calibration is enabled ()), the client bandwidth value (()) is set to the measured network bandwidth value (()).

If calibration is enabled, the network performance measures can be retrieved using the networkPerformance parameter (see () and ()).

The client bandwidth 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.

See Also