IFrameFilter::getSettings Method

This method returns a string that contains all parameters of this filter.
Syntax:
std::string getSettings() const;
std::wstring getSettingsW() const;

Return value:

A string containing the filter parameters.

Remarks:

An application needs this method in order to save the current parameters of a filter in a file or registry.

See also: IFrameFilter, IFrameFilter::setSettings

<< IFrameFilter