Microsoft DirectX 9.0

IMediaControl::RenderFile

The RenderFile method builds a filter graph that renders the specified file.

This method is intended for use by Visual Basic applications. It is documented for Visual Basic as the FilgraphManager.RenderFile method. C++ applications should use the  IGraphBuilder::RenderFile method instead.

Syntax

HRESULT RenderFile(
 BSTR strFilename
);

See Also