| 205 | } |
| 206 | |
| 207 | void EffectEngine::allChannelsCleared() |
| 208 | { |
| 209 | for (auto&& effect : _activeEffects) |
| 210 | { |
| 211 | if (effect->getPriority() != Muxer::LOWEST_EFFECT_PRIORITY) |
| 212 | { |
| 213 | effect->requestInterruption(); |
| 214 | } |
| 215 | } |
| 216 | } |
no test coverage detected