PeerCastStation.FLV.RTMP.RTMPBinaryWriter.RTMPBinaryWriter C# (CSharp) Method

RTMPBinaryWriter() public method

public RTMPBinaryWriter ( Stream stream ) : System
stream Stream
return System
    public RTMPBinaryWriter(Stream stream)
      : this(stream, false)
    {
    }

Same methods

RTMPBinaryWriter::RTMPBinaryWriter ( Stream stream, bool leave_open ) : System