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

Convenience Constructor.

Namespace: OIV.RemoteViz.Rendering
Assembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public KeepFrameQualityPolicy(
	float qualityTarget,
	uint fpsTarget,
	uint fpsThreshold
)

Parameters

qualityTarget
Type: SystemSingle

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

fpsTarget
Type: SystemUInt32

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

fpsThreshold
Type: SystemUInt32

: frames per second threshold, the value range is [1, 60]. (fpsThreshold <= fpsTarget)

Remarks

See Also