[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)
Accepts an incomming connection on the end point specified by EndPoint.
Namespace: KvTv.DirectShow.Components
Assembly: KvTv.DirectShow.Components (in KvTv.DirectShow.Components.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Sub Accept |
| C# |
|---|
public void Accept () |
| Visual C++ |
|---|
public: void Accept () |
Remarks
This call will block until a connection is establised.
Exceptions
| Exception | Condition |
|---|---|
| System.InvalidOperationException | Render() has not been called. |