Ass2Srt.SrtWriter.SrtWriter C# (CSharp) Method

SrtWriter() public method

public SrtWriter ( string strFolderPath, string strFileNameWithoutExtension, int type ) : System
strFolderPath string
strFileNameWithoutExtension string
type int
return System
        public SrtWriter(string strFolderPath, string strFileNameWithoutExtension, int type)
        {
            this.strFolderPath = strFolderPath;
            this.strFileName = strFileNameWithoutExtension;
            this.type = type;
        }