|
|
IVideoSource Interface |
Namespace: Accord.Video
The IVideoSource type exposes the following members.
| Name | Description | |
|---|---|---|
| BytesReceived |
Received bytes count.
| |
| FramesReceived |
Received frames count.
| |
| IsRunning |
State of the video source.
| |
| Source |
Video source.
|
| Name | Description | |
|---|---|---|
| SignalToStop |
Signal video source to stop its work.
| |
| Start |
Start video source.
| |
| Stop |
Stop video source.
| |
| WaitForStop |
Wait for video source has stopped.
|
| Name | Description | |
|---|---|---|
| NewFrame |
New frame event.
| |
| PlayingFinished |
Video playing finished event.
| |
| VideoSourceError |
Video source error event.
|