ScnLib_IsVideoVariableFrameRateEnabled()

ScnLib_IsVideoVariableFrameRateEnabled()

Std EditionPro EditionMax EditionUltra Edition
C++ __declspec(dllimport) BOOL __stdcall ScnLib_IsVideoVariableFrameRateEnabled(void);
C# [DllImport("ScnLib.dll")] public static extern bool ScnLib_IsVideoVariableFrameRateEnabled();
Basic Public Declare Function ScnLib_IsVideoVariableFrameRateEnabled Lib "ScnLib.dll" () As Boolean
Delphi function ScnLib_IsVideoVariableFrameRateEnabled(): LongBool; stdcall; external 'ScnLib.dll';
  • Description
    Check the current status of the video variable frame rate feature.

  • Parameters
    None.

  • Return Value
    If the video variable frame rate feature is currently enabled, the return value is TRUE. Otherwise, the return value is FALSE.

  • Remarks
    Use this function to check the current status of the video variable frame rate feature.

  • See Also
    ScnLib_EnableVideoVariableFrameRate()

Try the SDK for FREE SDK APIs overview