Managed DirectShow Programming Reference

FilterGraphManager. Method 

[This is preliminary documentation and subject to change.]

Connects two pins. If they will not connect directly, this method connects them with intervening transforms.

public bool (
   Pin pinOut,
   Pin pinIn
);

Parameters

Pin
Pin interface class on the output pin.
Pin
Pin interface class on the input 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