Click or drag to resize
Accord.NET (logo)

VideoSourcePlayerWaitForStop Method

Wait for video source has stopped.

Namespace:  Accord.Controls
Assembly:  Accord.Controls.Imaging (in Accord.Controls.Imaging.dll) Version: 3.8.0
Syntax
public void WaitForStop()
Request Example View Source
Remarks

Waits for video source stopping after it was signaled to stop using SignalToStop method. If SignalToStop was not called, then it will be called automatically.

See Also