Share

AcGsConfig::setFrameRate

C++

virtual GS::ErrorStatus setFrameRate(
    int nFramesPerSecond
) = 0;

Description

This function sets the display speed in frames per second that must be maintained during view manipulations for adaptive degradation mode. The display speed is an integer between 1 and 60.

For return value meanings, see the GS::ErrorStatus documentation.

Parameters

Parameters Description
nFramesPerSecond Display speed in frames per second

Links

AcGsConfig

Was this information helpful?