HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
audio_stream_config.hpp
1// Distributed under the Boost Software License, Version 1.0.
2// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
3
4#pragma once
5
6#include "../macros.hpp"
7
8hi_export_module(hikogui.audio.audio_stream_config);
9
10hi_export namespace hi { inline namespace v1 {
11
12hi_export struct audio_stream_config {
13 double sample_rate;
14};
15
16}} // namespace hi::inline v1
The HikoGUI namespace.
Definition array_generic.hpp:20
DOXYGEN BUG.
Definition algorithm_misc.hpp:20
Definition audio_stream_config.hpp:12