Click or drag to resize
Accord.NET (logo)

FileVideoSourceWaitForStop Method

Wait for video source has stopped.

Namespace:  Accord.Video.DirectShow
Assembly:  Accord.Video.DirectShow (in Accord.Video.DirectShow.dll) Version: 3.8.0
Syntax
public void WaitForStop()
Request Example View Source

Implements

IVideoSourceWaitForStop
Remarks
Waits for source stopping after it was signalled to stop using SignalToStop method.
See Also