Ass2Srt.AssAnalyzerForSrt.AssAnalyzerForSrt C# (CSharp) Method

AssAnalyzerForSrt() public method

public AssAnalyzerForSrt ( string strDialogues, int type, bool DoubleOrSingle ) : System
strDialogues string
type int
DoubleOrSingle bool
return System
        public AssAnalyzerForSrt(string strDialogues, int type, bool DoubleOrSingle)
        {
            this.strDialogues = strDialogues;
            this.type = type;       //0-简英,1-繁英,2-简中,3-繁中,4-英文
            this.DoubleOrSingle = DoubleOrSingle;   //T-Double, F-Single
        }