The VideoSourcePlayer type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| VideoSourcePlayer |
Initializes a new instance of the VideoSourcePlayer class.
|
Methods
| Name | Description | |
|---|---|---|
| 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
| Name | Description | |
|---|---|---|
| AutoSizeControl |
Auto size control or not.
| |
| BorderColor |
Control’s border color.
| |
| IsRunning |
State of the current video source.
| |
| VideoSource |
Video source to play.
|
Events
| Name | Description | |
|---|---|---|
| NewFrame |
New frame event.
| |
| PlayingFinished |
Playing finished event.
|