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

Gets or sets the IPEndPoint that is the unicast source of the stream, a null reference if undefined.

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

Syntax

Visual Basic (Declaration)
<LocalizableAttribute(False)> _
Public Property ProgramStream As IPEndPoint
C#
[LocalizableAttribute(false)]
public IPEndPoint ProgramStream { get; set; }
Visual C++
[LocalizableAttribute(false)]
public:
property IPEndPoint^ ProgramStream {
	IPEndPoint^ get ();
	void set (IPEndPoint^ value);
}

Remarks

Default is localhost:40100.