Managed DirectShow Programming Reference

MultiwayUnicastSink Class

[This is preliminary documentation and subject to change.]

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

For a list of all members of this type, see MultiwayUnicastSink Members.

System.Object
   MarshalByRefObject
      Component
         SinkComponentBase
            MultiwayUnicastSink

public class MultiwayUnicastSink : SinkComponentBase

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

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

Requirements

Namespace: KvTv.DirectShow.Components

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

See Also

MultiwayUnicastSink Members | KvTv.DirectShow.Components Namespace | UnicastSource | UnicastSink