CSharpRTMP.Core.Protocols.Rtmfp.BaseRtmfpProtocol.PublishStream C# (CSharp) Method

PublishStream() public method

public PublishStream ( Peer peer, uint id, string name, string type, FlowWriter writer ) : InNetRtmfpStream
peer Peer
id uint
name string
type string
writer FlowWriter
return InNetRtmfpStream
        public virtual InNetRtmfpStream PublishStream(Peer peer, uint id, string name, string type, FlowWriter writer)
        {
            //throw new NotImplementedException();
            return null;
        }