[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: KvTv.DirectShow.Components (in KvTv.DirectShow.Components.dll)
Gets a reference to the source graph FilterGraphManager.
Namespace: KvTv.DirectShow.Components
Assembly: KvTv.DirectShow.Components (in KvTv.DirectShow.Components.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Manager As FilterGraphManager |
| C# |
|---|
public FilterGraphManager Manager { get; } |
| Visual C++ |
|---|
public: property FilterGraphManager^ Manager { FilterGraphManager^ get (); } |