DirectShow Sample Application: Load MontiVision DirectShow
Filter Graph Configuration (*.mvp) From String
The LoadFromString sample application demonstrates the
usage of the IMVSCFilterGraph2::LoadConfigFromString method for
loading filter graph configurations from a string. This
application doesn't need a MontiVision Project File (*.mvp)
as external file and loads the configuration through a
variable defined in an include file created by the export wizard of the MontiVision
Workbench.
This and other sample applications can be found in the MV
Development Kit installation directory.
Filter Graph Summary
A simple live video filter configuration.
The Application
The sample uses a string constant containing a
simple filter configuration generated by the MV Workbench Export Source
functionality. This allows the usage
of filter configurations without external MontiVision
Project Files (*.mvp).
|