MCPcopy Create free account
hub / github.com/awawa-dev/HyperHDR / allChannelsCleared

Method allChannelsCleared

sources/effects/EffectEngine.cpp:207–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

clearMethod · 0.80

Calls 2

getPriorityMethod · 0.80
requestInterruptionMethod · 0.80

Tested by

no test coverage detected