PeerCastStation.FLV.FLVContentBuffer.FLVContentBuffer C# (CSharp) Метод

FLVContentBuffer() публичный Метод

public FLVContentBuffer ( Channel target_channel, IContentSink content_sink ) : System
target_channel Channel
content_sink IContentSink
Результат System
    public FLVContentBuffer(
      Channel target_channel,
      IContentSink content_sink)
    {
      this.TargetChannel = target_channel;
      this.ContentSink   = content_sink;
      this.flushTimer.Start();
    }