Namespace SipLib.Video.Windows
Classes
StaticImageCapture
Class for reading a static image from a JPEG file and sending the image bytes to a remote endpoint
VideoDeviceEnumerator
Class that enumerates the available video devices available on a Windows computer.
VideoReceiver
Class that processes received RTP packets containing fragmented encoded video frame data. This class decodes the data and fires an event when a Bitmap for a full frame of video has been received.
VideoSender
Class for sending video to an endpoint using an RtpChannel. This class can be used to send H264 or VP8 video frames to a remote endpoint using an RtpChannel.
VideoUtils
This class provides utility functions for working with video.
Interfaces
IVideoCapture
Interface that video capture classes must implement.
Delegates
FrameBitmapReadyDelegate
Delegate definition for the FrameBitmapReady event of classes that implement the IVideoCapture interface.
FrameReadyDelegate
Delegate definition for the FrameReady event of classes that implement the IVideoCapture interface.