The VideoFileSource type exposes the following members.

Constructors

  NameDescription
VideoFileSource
Initializes a new instance of the VideoFileSource class.

Methods

  NameDescription
SignalToStop
Signal video source to stop its work.
Start
Start video source.
Stop
Stop video source.
WaitForStop
Wait for video source has stopped.

Properties

  NameDescription
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

  NameDescription
NewFrame
New frame event.
PlayingFinished
Video playing finished event.
VideoSourceError
Video source error event.

See Also