• Articles
  • Api Documentation
Search Results for

    Show / Hide Table of Contents
    • CameraCapture
      • VideoDeviceFormat
      • VideoSourceSettings
      • WindowsCameraCapture
    • SipLib.Video.Windows
      • FrameBitmapReadyDelegate
      • FrameReadyDelegate
      • IVideoCapture
      • StaticImageCapture
      • VideoDeviceEnumerator
      • VideoReceiver
      • VideoSender
      • VideoUtils

    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.

    In this article
    Back to top Generated by DocFX