Codec::getSettings Method | 
||
| This method returns a string that contains the parameters of this codec / compressor. | ||
| Syntax: | std::string getSettings() const; std::wstring getSettingsW() const;  | 
|
| Return value: | A string containing the codec parameters.  | 
|
| Remarks: | An application needs this method in order to save the current parameters of a compressor filter in a file or registry.  | 
|
| See also: | Codec, Codec::setSettings, Codec::hasSettings | |