Managed DirectShow Programming Reference

UnicastSink Class

[This is preliminary documentation and subject to change.]

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

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

System.Object
   MarshalByRefObject
      Component
         SinkComponentBase
            UnicastSink

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

Requirements

Namespace: KvTv.DirectShow.Components

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

See Also

UnicastSink Members | KvTv.DirectShow.Components Namespace | UnicastSource