5#include "audio_system.hpp"
6#include "../algorithm/module.hpp"
7#include "../macros.hpp"
10hi_export_module(hikogui.audio.audio_system_aggregate);
12namespace hi {
inline namespace v1 {
23 for (
auto &child : _children) {
24 for (
auto &device: child.system->devices()) {
42 audio_system::callback_token cbt;
DOXYGEN BUG.
Definition algorithm.hpp:16
geometry/margins.hpp
Definition lookahead_iterator.hpp:5
constexpr Out narrow_cast(In const &rhs) noexcept
Cast numeric values without loss of precision.
Definition cast.hpp:377
Definition audio_system.hpp:22
Definition audio_system_aggregate.hpp:14
generator< audio_device & > devices() noexcept override
The devices that are part of the audio system.
Definition audio_system_aggregate.hpp:21
T emplace_back(T... args)