The VideoFileSource type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| VideoFileSource |
Initializes a new instance of the VideoFileSource class.
|
Methods
| 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.
|
Properties
| Name | Description | |
|---|---|---|
| BytesReceived |
Received bytes count.
| |
| FrameInterval |
Frame interval.
| |
| FrameIntervalFromSource |
Get frame interval from source or use manually specified.
| |
| FramesReceived |
Received frames count.
| |
| IsRunning |
State of the video source.
| |
| Source |
Video source.
|
Events
| Name | Description | |
|---|---|---|
| NewFrame |
New frame event.
| |
| PlayingFinished |
Video playing finished event.
| |
| VideoSourceError |
Video source error event.
|