Microsoft DirectX 9.0

IPinInfo.Render

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.

See Also