Delegate FrameBitmapReadyDelegate
Delegate definition for the FrameBitmapReady event of classes that implement the IVideoCapture interface.
Namespace: SipLib.Video.Windows
Assembly: SipLib.Video.Windows.dll
Syntax
public delegate void FrameBitmapReadyDelegate(Bitmap bitmap)
Parameters
| Type | Name | Description |
|---|---|---|
| Bitmap | bitmap | System.Drawing.Bitmap object that WinForms applications can use to display a video frame. |