Codec::setSettings Method

This method is used to set previously retrieved codec data.
Syntax:
bool setSettings( const std::string& data );
bool setSettings( const std::wstring& data );

Parameter Description
data

The string with the data to copy into the codec.

Return value:

Value Description
true The operation was successful.
false The operation failed, i.e. because the data was retrieved from a different codec.

See also: Codec, Codec::getSettings, Codec::hasSettings

<< Codec