Video source to play.
Namespace:
AForge.ControlsAssembly: AForge.Controls (in AForge.Controls.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
| C# |
|---|
public IVideoSource VideoSource { get; set; } |
Remarks
The property sets the video source to play. After setting the property the Start()()() method should be used to start playing the video source.
Exceptions
| Exception | Condition |
|---|---|
| System..::.Exception | Video source can not be changed while current video source is still running. |