Accord.Video.AsyncVideoSource.Stop C# (CSharp) Méthode

Stop() public méthode

Stop video source.

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

public Stop ( ) : void
Résultat void
        public void Stop()
        {
            nestedVideoSource.Stop();
            Free();
        }