Managed DirectShow Programming Reference

FilterGraphManager Class

[This is preliminary documentation and subject to change.]

Builds and controls filter graphs.

For a list of all members of this type, see FilterGraphManager Members.

System.Object
   WrapperBase<IGraphBuilder>
      FilterGraphManager

public class FilterGraphManager : WrapperBase<IGraphBuilder>

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The Filter Graph Manager builds and controls filter graphs. This object is the central component in DirectShow. Applications use it to build and control filter graphs. The Filter Graph Manager also handles synchronization, event notification, and other aspects of the controlling the filter graph.

Requirements

Namespace: KvTv.DirectShow

Assembly: KvTv.DirectShow (in KvTv.DirectShow.dll)

See Also

FilterGraphManager Members | KvTv.DirectShow Namespace