Click or drag to resize
Accord.NET (logo)

Accord.Video Namespace

 
Classes
  ClassDescription
Public classAsyncVideoSource
Proxy video source for asynchronous processing of another nested video source.
Public classBoundary
Container for MJPEG stream boundaries
Public classJPEGStream
JPEG video source.
Public classMJPEGStream
MJPEG video source.
Public classMJPEGStreamParser
Handles functionality related to parsing a MJPEG stream
Public classNewFrameEventArgs
Arguments for new frame event from video source.
Public classScreenCaptureStream
Screen capture video source.
Public classTimeoutStream
Wrapper that enables streams which do not support read and write timeouts to timeout Requires .NET 4.5 or above Used for .NET Standard 2.0
Public classVideoException
Video related exception.
Public classVideoSourceErrorEventArgs
Arguments for video source error event from video source.
Interfaces
  InterfaceDescription
Public interfaceIVideoSource
Video source interface.
Delegates
  DelegateDescription
Public delegateNewFrameEventHandler
Delegate for new frame event handler.
Public delegatePlayingFinishedEventHandler
Delegate for playing finished event handler.
Public delegateVideoSourceErrorEventHandler
Delegate for video source error event handler.
Enumerations
  EnumerationDescription
Public enumerationReasonToFinishPlaying
Reason of finishing video playing.