[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 ISourceGraph for this graph.
Namespace: KvTv.DirectShow.Components
Assembly: KvTv.DirectShow.Components (in KvTv.DirectShow.Components.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Property Source As ISourceGraph |
| C# |
|---|
public ISourceGraph Source { get; set; } |
| Visual C++ |
|---|
public: virtual property ISourceGraph^ Source { ISourceGraph^ get () sealed; void set (ISourceGraph^ value) sealed; } |