Managed DirectShow Programming Reference

UnicastSource Class

[This is preliminary documentation and subject to change.]

Provides a ISourceGraph in push mode with a TCP/IP connection as the stream source.

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

System.Object
   MarshalByRefObject
      Component
         GraphComponentBase
            SourceGraphComponentBase
               UnicastSource

public class UnicastSource : SourceGraphComponentBase

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

The TCP/IP connection must provide an MPEG-2 program stream such as that provided by a UnicastSink. ProgramStream must be defined before Render is called.

Requirements

Namespace: KvTv.DirectShow.Components

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

See Also

UnicastSource Members | KvTv.DirectShow.Components Namespace