The AForge.Video namespace contains interfaces and classes to access different video sources.
Classes
| Class | Description | |
|---|---|---|
| AsyncVideoSource |
Proxy video source for asynchronous processing of another nested video source.
| |
| JPEGStream |
JPEG video source.
| |
| MJPEGStream |
MJPEG video source.
| |
| NewFrameEventArgs |
Arguments for new frame event from video source.
| |
| VideoException |
Video related exception.
| |
| VideoSourceErrorEventArgs |
Arguments for video source error event from video source.
|
Interfaces
| Interface | Description | |
|---|---|---|
| IVideoSource |
Video source interface.
|
Delegates
| Delegate | Description | |
|---|---|---|
| NewFrameEventHandler |
Delegate for new frame event handler.
| |
| PlayingFinishedEventHandler |
Delegate for playing finished event handler.
| |
| VideoSourceErrorEventHandler |
Delegate for video source error event handler.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| ReasonToFinishPlaying |
Reason of finishing video playing.
|