Wait for video source has stopped.

Namespace:  AForge.Video.VFW
Assembly:  AForge.Video.VFW (in AForge.Video.VFW.dll) Version: 2.2.4.0 (2.2.4.0)

Syntax

C#
public void WaitForStop()

Implements

IVideoSource..::.WaitForStop()()()

Remarks

Waits for source stopping after it was signalled to stop using SignalToStop()()() method.

See Also