Microsoft DirectX 8.1 (C++) |
The Render method connects filters together as necessary in order to render the output of this pin, using any necessary transform and rendering filters.
Syntax
HRESULT Render(void);
Return Value
Returns an HRESULT value.
Remarks
This method is essentially an Automation wrapper for the IGraphBuilder::Render method. This method is valid only on output pins.
See Also