Managed DirectShow Programming Reference

SourceGraphOutput Constructor 

[This is preliminary documentation and subject to change.]

Initializes a new instance of the SourceGraphOutput structure.

public SourceGraphOutput(
   FilterGraphManager manager,
   IEnumerable<T> pins
);

Parameters

FilterGraphManager
The FilterGraphManager used by the sink.
IEnumerable<T>
The output Pin from the source.

Exceptions

Exception Type Condition
ArgumentNullException manager or pins is a null reference.

See Also

SourceGraphOutput Structure | KvTv.DirectShow.Components Namespace