Managed DirectShow Programming Reference

FilterGraphManager. Method 

[This is preliminary documentation and subject to change.]

Adds a source filter to the filter graph for a specific file.

public FilterBase (
   String fileName,
   String filterName
);

Parameters

String
The name of the file to load.
String
A name for the source filter.

Return Value

The IBaseFilter interface class pointer of the source filter.

See Also

FilterGraphManager Class | KvTv.DirectShow Namespace