CSharpRTMP.Core.Protocols.Rtmfp.FlowWriter.FlowWriter C# (CSharp) Method

FlowWriter() public method

public FlowWriter ( FlowWriter flowWriter ) : System
flowWriter FlowWriter
return System
        public FlowWriter(FlowWriter flowWriter)
        {
            Id = flowWriter.Id;
            _stage = flowWriter._stage;
            _stageAck = flowWriter._stageAck;
            _ackCount = flowWriter._ackCount;
            _lostCount = flowWriter._lostCount;
            Reliable = flowWriter.Reliable;
            Band = flowWriter.Band;
            FlowId = flowWriter.FlowId;
            Signature = flowWriter.Signature;
            Close();
        }

Same methods

FlowWriter::FlowWriter ( string signature, Session band, ulong flowId ) : System