Click or drag to resize
Accord.NET (logo)

VideoSourcePlayerIsRunning Property

State of the current video source.

Namespace:  Accord.Controls
Assembly:  Accord.Controls.Imaging (in Accord.Controls.Imaging.dll) Version: 3.8.0
Syntax
[BrowsableAttribute(false)]
public bool IsRunning { get; }
Request Example View Source

Property Value

Type: Boolean
Remarks

Current state of the current video source object - running or not.

See Also