Managed DirectShow Programming Reference

FilterGraphManager. Method 

[This is preliminary documentation and subject to change.]

Builds a filter graph that renders the specified file.

public bool (
   String fileName
);

Parameters

String
The name of a media file.

Return Value

true if the file can be rendered with out compromise, i.e. all streams in the file has been connected to a renderer, false otherwise.

See Also

FilterGraphManager Class | KvTv.DirectShow Namespace