[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: KvTv.DirectShow.Components (in KvTv.DirectShow.Components.dll)
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
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
KvTv.DirectShow.Components.GraphComponentBase
KvTv.DirectShow.Components.SourceGraphComponentBase
KvTv.DirectShow.Components.UnicastSource
System.MarshalByRefObject
System.ComponentModel.Component
KvTv.DirectShow.Components.GraphComponentBase
KvTv.DirectShow.Components.SourceGraphComponentBase
KvTv.DirectShow.Components.UnicastSource