|
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; }
<BrowsableAttribute(false)>
Public ReadOnly Property IsRunning As Boolean
Get
Request Example
View SourceProperty Value
Type:
BooleanRemarks Current state of the current video source object - running or not.
See Also