IPinInfo.Render
Microsoft DirectShow 9.0 |
IPinInfo.Render
- Note This topic is deprecated. It applies to Visual Basic 6.0. DirectShow is not supported for Visual Basic .NET or C#.
The Render method builds a section of the filter graph to render data from this pin.
Syntax
objPinInfo .Render()
Parameters
This method takes no parameters.
Return Values
This method does not return a value.
Remarks
This method connects an output pin directly or indirectly to a filter that will render it, adding new filters to the graph as necessary. The method works only on output pins.
Requirements
Reference: Add a reference to ActiveMovie control type library.
Library: Quartz.dll.
See Also