ADBaseLibrary.Helpers.RTMPDumpParser.RTMPDumpParser C# (CSharp) 메소드

RTMPDumpParser() 공개 메소드

public RTMPDumpParser ( ) : System
리턴 System
        public RTMPDumpParser()
        {
            this.OnError += RTMPDumpParser_OnLine;
            this.OnLine += RTMPDumpParser_OnLine;
        }