Click or drag to resize
Accord.NET (logo)

IVideoSource Interface

Video source interface.

Namespace:  Accord.Video
Assembly:  Accord.Video (in Accord.Video.dll) Version: 3.8.0
Syntax
public interface IVideoSource
Request Example View Source

The IVideoSource type exposes the following members.

Properties
  NameDescription
Public propertyBytesReceived
Received bytes count.
Public propertyFramesReceived
Received frames count.
Public propertyIsRunning
State of the video source.
Public propertySource
Video source.
Top
Methods
  NameDescription
Public methodSignalToStop
Signal video source to stop its work.
Public methodStart
Start video source.
Public methodStop
Stop video source.
Public methodWaitForStop
Wait for video source has stopped.
Top
Events
  NameDescription
Public eventNewFrame
New frame event.
Public eventPlayingFinished
Video playing finished event.
Public eventVideoSourceError
Video source error event.
Top
Remarks
The interface describes common methods for different type of video sources.
See Also