RTMP.AmfWriter.AmfWriter C# (CSharp) 메소드

AmfWriter() 공개 메소드

public AmfWriter ( ) : System
리턴 System
        public AmfWriter()
        {
            memory = new MemoryStream();
            writer = new EndianBinaryWriter(EndianBitConverter.Big, memory);
        }