7#include "speaker_mapping.hpp"
9namespace hi::inline
v1 {
11[[nodiscard]] speaker_mapping speaker_mapping_from_win32(DWORD from);
13[[nodiscard]] DWORD speaker_mapping_to_win32(speaker_mapping from)
noexcept;
DOXYGEN BUG.
Definition algorithm.hpp:15