IMediaControl::RenderFile
Microsoft DirectShow 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 6.0 applications. It is documented for Visual Basic 6.0 as the FilgraphManager.RenderFile method. C++ applications should use the IGraphBuilder::RenderFile method instead.
Syntax
HRESULT RenderFile( BSTR strFilename );
Requirements
Header: Declared in Control.h; include Dshow.h.
Library: Use Strmiids.lib.
See Also