Click or drag to resize
Accord.NET (logo)

MJPEGStreamIsRunning Property

State of the video source.

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