|
IMVSCFilterData
The IMVSCFilterData Interface from the
MontiVision Smart Control
provides methods to load and save filter parameter into the
registry. Most of the MontiVision Imaging
Filter contain the Load/Save
property page to load and save filter configurations.
Methods:
Typelib: MV SmartControl
Method
IMVSCFilterData::DeleteFilterData
Declaration: Sub
DeleteFilterData(Filter As String, Config As String)
Deletes a filter configuration from the
registry.
Parameter:
|
|
Filter |
Filter label within the
filter graph configuration. |
|
|
Config |
Configuration name for the
filter data. |
Prototype:
HRESULT DeleteFilterData(BSTR
Filter, BSTR Config);
Method
IMVSCFilterData::LoadFilterData
Declaration: Sub
LoadFilterData(Filter As String, Config As String)
Loads the filter parameter from the
registry.
Parameter:
|
|
Filter |
Filter label within the
filter graph configuration. |
|
|
Config |
Configuration name for the
filter data. |
Prototype:
HRESULT LoadFilterData(BSTR
Filter, BSTR Config);
Method
IMVSCFilterData::SaveFilterData
Declaration: Sub
SaveFilterData(Filter As String, Config As String)
Saves the filter parameter into the
registry.
Parameter:
|
|
Filter |
Filter label within the
filter graph configuration. |
|
|
Config |
Configuration name for the
filter data. |
Prototype:
HRESULT SaveFilterData(BSTR
Filter, BSTR Config);
|