Integrate the DirectShow Filter Graph into your
Application using ActiveX Controls
The MontiVision Development Kit provides
an ActiveX control to load a *.mvp file into an
application. The MontiVision Smart
Control is easy to use and it hides the lower level workings of
DirectShow®.
To integrate the filter graph into your applications, you have
to load the *.mvp file that contains the filter graph. The samples shows
how to load a MontiVision Project file and how to create a
DirectShow® filter graph. The MontiVision Imaging Filters
provides additional functions like interfaces and events.
The MontiVision Workbench
provides an export function for
filter graphs. This function allows to export the graph
configuration as source code
in your prefered programming language. The MontiVision Smart
Control could use the exported string as input for the
IMVSCFilterGraph::LoadFromString
Method.
|