Click or drag to resize
MetricsListenerOnMeasuredDecodingTime Method

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

Namespace: OIV.RemoteViz.Rendering
Assembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public virtual void OnMeasuredDecodingTime(
	uint time,
	Connection connection
)

Parameters

time
Type: SystemUInt32

: frame decoding time in milliseconds

connection
Type: OIV.RemoteViz.RenderingConnection

: The frame decoding time is related to this connection.

Remarks
See Also