Click or drag to resize
KeepFramesPerSecondPolicy Constructor (UInt32, Single, Single)

Convenience Constructor.

Namespace: OIV.RemoteViz.Rendering
Assembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public KeepFramesPerSecondPolicy(
	uint fpsTarget,
	float qualityTarget,
	float qualityThreshold
)

Parameters

fpsTarget
Type: SystemUInt32

: FPS target, the value range is [1, 60].

qualityTarget
Type: SystemSingle

: frame quality target, the value range is [0, 1].

qualityThreshold
Type: SystemSingle

: frame quality threshold, the value range is [0, 1]. (qualityThreshold <= qualityTarget)

Remarks

See Also