Accord.Video.WindowCaptureStream.Free C# (CSharp) 메소드

Free() 개인적인 메소드

Free resource.
private Free ( ) : void
리턴 void
        private void Free()
        {
            thread = null;

            // release events
            stopEvent.Close();
            stopEvent = null;
        }