Managed DirectShow Programming Reference

MultiwayUnicastSink.EndPoints Property

[This is preliminary documentation and subject to change.]

Gets or sets a semicolon delimitered list of TCP/IP unicast end points.

public  EndPoints {get; set;}

Remarks

E.g. "10.0.0.1:40100;0.0.0.0:40101".

Exceptions

Exception Type Condition
FormatException The provided string does not have a proper format.
NotSupportedException The set of endpoints are being changed after the graph has been Rendered.

See Also

MultiwayUnicastSink Class | KvTv.DirectShow.Components Namespace