Click or drag to resize
Accord.NET (logo)

VideoSourcePlayerStop Method

Stop video source.

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

The method stops video source by calling its Stop method, which abourts internal video source's thread. Use SignalToStop and WaitForStop for more polite video source stopping, which gives a chance for video source to perform proper shut down and clean up.

See Also