Click or drag to resize
Accord.NET (logo)

AsyncVideoSourceStop Method

Stop video source.

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

Implements

IVideoSourceStop
Remarks

Stops nested video source by calling its Stop method. See documentation of the particular video source for additional details.

See Also