ZD 录屏 SDK API – ScnLib_GetWebcamDeviceCount()
ScnLib_GetWebcamDeviceCount() | 标准版 | 专业版 | 超级版 | 至尊版 | |
|---|---|---|---|---|---|
| C++ |
__declspec(dllimport) int __stdcall ScnLib_GetWebcamDeviceCount(void); |
✘ | ✔ | ✔ | ✔ |
| C# |
[DllImport("ScnLib.dll")] public static extern int ScnLib_GetWebcamDeviceCount(); | ||||
| Basic |
Public Declare Function ScnLib_GetWebcamDeviceCount Lib "ScnLib.dll" () As Int32 | ||||
| Delphi |
function ScnLib_GetWebcamDeviceCount(): Integer; stdcall; external 'ScnLib.dll'; | ||||
| |||||
