[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)
Adds TV and capture filters to the graph and connects them.
Namespace: KvTv.DirectShow.Components
Assembly: KvTv.DirectShow.Components (in KvTv.DirectShow.Components.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Protected Overrides Function OnRender As IEnumerable(Of Pin) |
| C# |
|---|
protected override IEnumerable<Pin> OnRender () |
| Visual C++ |
|---|
protected: virtual IEnumerable<Pin^>^ OnRender () override |
Return Value
The output of the capture filter.
Remarks
If any of the TVTuner, TVAudio, Crossbar or Capture properties are undefined, the corresponding -Devices static properties will be
used to attempt to find a suitable one. If this does not uniquely define the properties a GraphRenderException will be thrown.