Click or drag to resize
Accord.NET (logo)

AVIFileVideoSourceWaitForStop Method

Wait for video source has stopped.

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