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

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

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

Syntax

Visual Basic (Declaration)
Public Class UnicastSource _
	Inherits SourceGraphComponentBase _
	Implements ISourceGraph, IGraph
C#
public class UnicastSource : SourceGraphComponentBase, ISourceGraph, IGraph
Visual C++
public ref class UnicastSource : public SourceGraphComponentBase, ISourceGraph, IGraph

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.

Inheritance Hierarchy