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();
    }