[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: KvTv.DirectShow (in KvTv.DirectShow.dll)
Builds and controls filter graphs.
Namespace: KvTv.DirectShow
Assembly: KvTv.DirectShow (in KvTv.DirectShow.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public NotInheritable Class FilterGraphManager _ Inherits WrapperBase<IGraphBuilder> |
| C# |
|---|
public sealed class FilterGraphManager : WrapperBase<IGraphBuilder> |
| Visual C++ |
|---|
public ref class FilterGraphManager sealed : public WrapperBase<IGraphBuilder> |
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.