PeerCastStation.FLV.RTMP.RTMPSourceStreamFactory.Create C# (CSharp) Method

Create() public method

public Create ( Channel channel, Uri source, IContentReader reader ) : ISourceStream
channel Channel
source System.Uri
reader IContentReader
return ISourceStream
    public override ISourceStream Create(Channel channel, Uri source, IContentReader reader)
    {
      return new RTMPSourceStream(PeerCast, channel, source);
    }
  }
RTMPSourceStreamFactory