Click or drag to resize
Accord.NET (logo)

AVIFileVideoSourceIsRunning Property

State of the video source.

Namespace:  Accord.Video.VFW
Assembly:  Accord.Video.VFW (in Accord.Video.VFW.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