[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 a unicast TCP/IP end point.

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

Syntax

Visual Basic (Declaration)
Public Class UnicastSink _
	Inherits SinkComponentBase _
	Implements ISinkGraph, IGraph
C#
public class UnicastSink : SinkComponentBase, ISinkGraph, IGraph
Visual C++
public ref class UnicastSink : public SinkComponentBase, ISinkGraph, IGraph

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 the EndPoint. Use the UnicastSource in client filter graphs to play back the stream.

Inheritance Hierarchy

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

See Also