PeerCastStation.FLV.FLVContentReader.FLVContentReader C# (CSharp) Method

FLVContentReader() public method

public FLVContentReader ( Channel channel ) : System
channel Channel
return System
    public FLVContentReader(Channel channel)
    {
      this.Channel = channel;
    }