The VideoSourcePlayer type exposes the following members.

Constructors

  NameDescription
VideoSourcePlayer
Initializes a new instance of the VideoSourcePlayer class.

Methods

  NameDescription
Dispose
Clean up any resources being used.
(Overrides Control..::.Dispose(Boolean).)
GetCurrentVideoFrame
Get clone of current video frame displayed by the control.
SignalToStop
Signal video source to stop.
Start
Start video source and displaying its frames.
Stop
Stop video source.
WaitForStop
Wait for video source has stopped.

Properties

  NameDescription
AutoSizeControl
Auto size control or not.
BorderColor
Control's border color.
IsRunning
State of the current video source.
VideoSource
Video source to play.

Events

  NameDescription
NewFrame
New frame event.
PlayingFinished
Playing finished event.

See Also