| 457 | } |
| 458 | |
| 459 | void HyperHdrInstance::registerInput(int priority, hyperhdr::Components component, const QString& origin, const QString& owner, unsigned smooth_cfg) |
| 460 | { |
| 461 | _muxer->registerInput(priority, component, origin, ColorRgb::BLACK, smooth_cfg, owner); |
| 462 | } |
| 463 | |
| 464 | bool HyperHdrInstance::setInputLeds(int priority, const std::vector<ColorRgb>& ledColors, int timeout_ms, bool clearEffect) |
| 465 | { |
no outgoing calls
no test coverage detected