Ass2Srt.AssWriter.AssWriter C# (CSharp) Method

AssWriter() public method

public AssWriter ( string strFolderPath, string strFileNameWithoutExtension, int type ) : System
strFolderPath string
strFileNameWithoutExtension string
type int
return System
        public AssWriter(string strFolderPath, string strFileNameWithoutExtension, int type)
        {
            this.strFolderPath = strFolderPath;
            this.strFileName = strFileNameWithoutExtension;
            this.type = type;       // 5-简英  6-繁英  7-简体  8-繁体  9-英文
        }