[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)
Plays the stream, i.e. resumes from pause or sets the playback rate to one.
Namespace: KvTv.DirectShow.Components
Assembly: KvTv.DirectShow.Components (in KvTv.DirectShow.Components.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Sub Play |
| C# |
|---|
public void Play () |
| Visual C++ |
|---|
public: virtual void Play () sealed |
Exceptions
| Exception | Condition |
|---|---|
| System.InvalidOperationException | Render() has not been called. |