Microsoft DirectX 9.0

IMediaControl::AddSourceFilter

The AddSourceFilter method adds a source filter to the filter graph.

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

Syntax

HRESULT AddSourceFilter(
  BSTR strFilename,
  IDispatch **ppUnk
);

See Also