ServiceListenerOnInitializedClient Method |
Triggered when a client is initialized.
Namespace: OIV.RemoteViz.Rendering
public virtual void OnInitializedClient( Client client, NetworkPerformance networkPerformance )
: client that is being connected to the service.
: network performance for the client.
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.