KeepFrameQualityPolicy Constructor (Single, UInt32, UInt32) |
Namespace: OIV.RemoteViz.RenderingAssembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public KeepFrameQualityPolicy(
float qualityTarget,
uint fpsTarget,
uint fpsThreshold
)
Public Sub New (
qualityTarget As Single,
fpsTarget As UInteger,
fpsThreshold As UInteger
)
public:
KeepFrameQualityPolicy(
float qualityTarget,
unsigned int fpsTarget,
unsigned int fpsThreshold
)
new :
qualityTarget : float32 *
fpsTarget : uint32 *
fpsThreshold : uint32 -> KeepFrameQualityPolicy
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