Accord.Video.AsyncVideoSource.Stop C# (CSharp) 메소드

Stop() 공개 메소드

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
리턴 void
        public void Stop()
        {
            nestedVideoSource.Stop();
            Free();
        }