Ass2Srt.AssAnalyzerForSrt.AssAnalyzerForSrt C# (CSharp) 메소드

AssAnalyzerForSrt() 공개 메소드

public AssAnalyzerForSrt ( string strDialogues, int type, bool DoubleOrSingle ) : System
strDialogues string
type int
DoubleOrSingle bool
리턴 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
        }