[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Provides a ISinkGraph exposing the stream to multiple unicast TCP/IP end points.

Namespace: KvTv.DirectShow.Components
Assembly:   KvTv.DirectShow.Components (in KvTv.DirectShow.Components.dll)

Syntax

Visual Basic (Declaration)
Public Class MultiwayUnicastSink _
	Inherits SinkComponentBase
C#
public class MultiwayUnicastSink : SinkComponentBase
Visual C++
public ref class MultiwayUnicastSink : public SinkComponentBase

Remarks

Only MPEG-2 program streams in push mode are supported as sources for this sink. After having Render()ed the graph, call Accept() to accept incomming connection on one of the EndPoints.

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      KvTv.DirectShow.Components.SinkComponentBase
        KvTv.DirectShow.Components.MultiwayUnicastSink

See Also