ScnLib_IsVideoVariableFrameRateEnabled()

ScnLib_IsVideoVariableFrameRateEnabled()

标准版专业版超级版至尊版
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';
  • 描述
    检测视频可变帧率特性的当前状态。

  • 参数
    无。

  • 返回值
    如果视频可变帧率特性当前处于启用状态,则返回值为TRUE。否则,返回值为FALSE。

  • 备注
    调用此函数来检测视频可变帧率特性的当前状态。

  • 参见
    ScnLib_EnableVideoVariableFrameRate()

下载 SDK API 总览