ADBaseLibrary.Helpers.RTMPDumpParser.RTMPDumpParser C# (CSharp) Method

RTMPDumpParser() public method

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