ScnLib_IsRecordWebcamOnly()

ScnLib_IsRecordWebcamOnly()

Std EditionPro EditionMax EditionUltra Edition
C++ __declspec(dllimport) BOOL __stdcall ScnLib_IsRecordWebcamOnly(void);
C# [DllImport("ScnLib.dll")] public static extern bool ScnLib_IsRecordWebcamOnly();
Basic Public Declare Function ScnLib_IsRecordWebcamOnly Lib "ScnLib.dll" () As Boolean
Delphi function ScnLib_IsRecordWebcamOnly(): LongBool; stdcall; external 'ScnLib.dll';
  • Description
    Check whether the webcam-only recording mode is currently active.

  • Parameters
    None.

  • Return Value
    If the webcam-only recording mode is currently active, the return value is TRUE. Otherwise, the return value is FALSE.

  • Remarks
    Use this function to check whether the webcam-only recording mode is currently active.

  • See Also
    ScnLib_RecordWebcamOnly()

Try the SDK for FREE SDK APIs overview