\brief Set a config value. Only permits predetermined types.
| 207 | |
| 208 | //! \brief Set a config value. Only permits predetermined types. |
| 209 | void setAudioValue(const std::string& param, const std::string& value) |
| 210 | { mUserConfig[Config::Ctg::AUDIO][param] = value; } |
| 211 | void setVideoValue(const std::string& param, const std::string& value) |
| 212 | { mUserConfig[Config::Ctg::VIDEO][param] = value; } |
| 213 | void setInputValue(const std::string& param, const std::string& value) |