AForge.Video.DirectShow.FileVideoSource.FileVideoSource C# (CSharp) 메소드

FileVideoSource() 공개 메소드

Initializes a new instance of the FileVideoSource class.
public FileVideoSource ( string fileName ) : System
fileName string Video file name.
리턴 System
        public FileVideoSource( string fileName )
        {
            this.fileName = fileName;
        }

Same methods

FileVideoSource::FileVideoSource ( ) : System