Property MLDSFilter.TMLDSBasicFilter.Graph
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TMLDSBasicFilter
Contents |
Syntax
Delphi:
property Graph : TDSGraph read FGraph write SetGraph;
C++ Builder:
__property TDSGraph * Graph = { read=FGraph, write=SetGraph };
Summary
IGraphBuilder interface of the DirectShow graph.
Description
Allows access the the IGraphBuilder interface of the graph.
This property is reserved for advanced developers familiar
with DirectShow.