7#include "audio_stream_format.hpp"
9namespace hi::inline
v1 {
11[[nodiscard]]
bool win32_use_extensible(audio_stream_format x)
noexcept;
12[[nodiscard]] WAVEFORMATEXTENSIBLE audio_stream_format_to_win32(audio_stream_format stream_format,
bool extensible)
noexcept;
13[[nodiscard]] audio_stream_format audio_stream_format_from_win32(WAVEFORMATEXTENSIBLE
const& wave_format);
14[[nodiscard]] audio_stream_format audio_stream_format_from_win32(WAVEFORMATEX
const& wave_format);
DOXYGEN BUG.
Definition algorithm.hpp:13