ZD Screen Recorder SDK API – ScnLib_GetSelectedWebcamDevice()
ScnLib_GetSelectedWebcamDevice() | Std Edition | Pro Edition | Max Edition | Ultra Edition | |
---|---|---|---|---|---|
C++ |
__declspec(dllimport) int __stdcall ScnLib_GetSelectedWebcamDevice(void); |
✘ | ✔ | ✔ | ✔ |
C# |
[DllImport("ScnLib.dll")] public static extern int ScnLib_GetSelectedWebcamDevice(); | ||||
Basic |
Public Declare Function ScnLib_GetSelectedWebcamDevice Lib "ScnLib.dll" () As Int32 | ||||
Delphi |
function ScnLib_GetSelectedWebcamDevice(): Integer; stdcall; external 'ScnLib.dll'; | ||||
|