Click or drag to resize
Accord.NET (logo)

IVideoSourceIsRunning Property

State of the video source.

Namespace:  Accord.Video
Assembly:  Accord.Video (in Accord.Video.dll) Version: 3.8.0
Syntax
bool IsRunning { get; }
Request Example View Source

Property Value

Type: Boolean
Remarks
Current state of video source object - running or not.
See Also