[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Adds capture filter 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 the VideoCapture property is undefined, the corresponding VideoCaptureDevices static property will be used to attempt to find a suitable one. If this does not uniquely define the properties, a GraphRenderException will be thrown.