ScnLib_GetVideoBitrate()

ScnLib_GetVideoBitrate()

Std EditionPro EditionMax EditionUltra Edition
C++ __declspec(dllimport) int __stdcall ScnLib_GetVideoBitrate(void);
C# [DllImport("ScnLib.dll")] public static extern int ScnLib_GetVideoBitrate();
Basic Public Declare Function ScnLib_GetVideoBitrate Lib "ScnLib.dll" () As Int32
Delphi function ScnLib_GetVideoBitrate(): Integer; stdcall; external 'ScnLib.dll';
  • Description
    Check the current video bitrate setting.

  • Parameters
    None.

  • Return Value
    The current video bitrate, quantified in Kbps (kilobits per second).

  • Remarks
    Use this function to check the current video bitrate setting.

  • See Also
    ScnLib_SetVideoBitrate()

Try the SDK for FREE SDK APIs overview