5#include "audio_system.hpp"
6#include "../algorithm.hpp"
9namespace hi::inline
v1 {
20 for (
auto &child : _children) {
21 for (
auto device: child.system->devices()) {
29 auto new_cbt = new_child->subscribe([
this] {
39 audio_system::callback_token cbt;
DOXYGEN BUG.
Definition algorithm.hpp:15
Definition audio_system.hpp:18
Definition audio_system_aggregate.hpp:11
generator< audio_device * > devices() noexcept override
The devices that are part of the audio system.
Definition audio_system_aggregate.hpp:18
A return value for a generator-function.
Definition generator.hpp:28