[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 or sets the FilterGraphManager.
Namespace: KvTv.DirectShow.Windows.Forms
Assembly: KvTv.DirectShow.Components (in KvTv.DirectShow.Components.dll)
Syntax
| Visual Basic (Declaration) |
|---|
<BrowsableAttribute(False)> _ Public MustOverride Property Manager As FilterGraphManager |
| C# |
|---|
[BrowsableAttribute(false)] public abstract FilterGraphManager Manager { get; set; } |
| Visual C++ |
|---|
[BrowsableAttribute(false)] public: virtual property FilterGraphManager^ Manager { FilterGraphManager^ get () abstract; void set (FilterGraphManager^ value) abstract; } |
Remarks
After setting the graph manager the video window must go through a Prerender() - Postrender() pair of calls.