| 278 | |
| 279 | |
| 280 | void SoundReactivePlugin::getConfiguration(JsonObject& jsonCfg) const |
| 281 | { |
| 282 | MutexGuard<MutexRecursive> guard(m_mutex); |
| 283 | |
| 284 | jsonCfg["freqBandLen"] = m_numOfFreqBands; |
| 285 | } |
| 286 | |
| 287 | bool SoundReactivePlugin::setConfiguration(const JsonObjectConst& jsonCfg) |
| 288 | { |
nothing calls this directly
no outgoing calls
no test coverage detected