ZD Screen Recorder SDK API – ScnLib_PreviewWebcam()
ScnLib_PreviewWebcam() | Std Edition | Pro Edition | Max Edition | Ultra Edition | |
|---|---|---|---|---|---|
| C++ | 
__declspec(dllimport) BOOL __stdcall ScnLib_PreviewWebcam(BOOL bEnable, HWND hWnd, BOOL bPadding, COLORREF crBkColor); | 
✘ | ✔ | ✔ | ✔ | 
| C# | 
[DllImport("ScnLib.dll")] public static extern bool ScnLib_PreviewWebcam(bool Enable, IntPtr Wnd, bool Padding, uint BkColor); | ||||
| Basic | 
Public Declare Function ScnLib_PreviewWebcam Lib "ScnLib.dll" (ByVal Enable As Boolean, ByVal Wnd As IntPtr, ByVal Padding As Boolean, ByVal BkColor As UInt32) As Boolean | ||||
| Delphi | 
function  ScnLib_PreviewWebcam(Enable: LongBool; Wnd: THandle; Padding: LongBool; BkColor: LongWord): LongBool; stdcall; external 'ScnLib.dll'; | ||||
  | |||||