[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets the FilterGraphManager managed by this component.

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

Syntax

Visual Basic (Declaration)
Protected ReadOnly Property Manager As FilterGraphManager
C#
protected FilterGraphManager Manager { get; }
Visual C++
protected:
property FilterGraphManager^ Manager {
	FilterGraphManager^ get ();
}