Signal video source to stop its work.

Namespace:  AForge.Video.DirectShow
Assembly:  AForge.Video.DirectShow (in AForge.Video.DirectShow.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public void SignalToStop()

Implements

IVideoSource..::.SignalToStop()()()

Remarks

Signals video source to stop its background thread, stop to provide new frames and free resources.

See Also