Click or drag to resize
Accord.NET (logo)

FileVideoSourceIsRunning Property

State of the video source.

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

Property Value

Type: Boolean

Implements

IVideoSourceIsRunning
Remarks
Current state of video source object - running or not.
See Also