Managed DirectShow Programming Reference

FilterGraphManager. Method 

[This is preliminary documentation and subject to change.]

Adds a chain of filters to a specified output pin to render it.

public bool (
   Pin pinOut
);

Parameters

Pin
IPin interface class on an output pin.

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