Codec::hasSettings Method
Checks whether setting data can be retrieved from or set to the codec.
Syntax:
bool
hasSettings
()
const
;
Return value:
Value
Description
true
This codec allows to get and set settings.
false
Setting data is not available.
See also:
Codec
,
Codec::getSettings
,
Codec::setSettings
<< Codec