[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)
Pauses the stream.
Namespace: KvTv.DirectShow.Components
Assembly: KvTv.DirectShow.Components (in KvTv.DirectShow.Components.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Sub Pause |
| C# |
|---|
public void Pause () |
| Visual C++ |
|---|
public: virtual void Pause () sealed |
Exceptions
| Exception | Condition |
|---|---|
| System.InvalidOperationException | Render() has not been called. |