Click or drag to resize
MetricsListenerOnMeasuredEncodingTime Method

Triggered when a new measure of frame encoding time is available.

Namespace: OIV.RemoteViz.Rendering
Assembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public virtual void OnMeasuredEncodingTime(
	uint time,
	Connection connection
)

Parameters

time
Type: SystemUInt32

: frame encoding time in milliseconds

connection
Type: OIV.RemoteViz.RenderingConnection

: The frame encoding time is related to this connection.

Remarks
See Also