9#pragma qt_class(QtAudio)
12#include <QtMultimedia/qaudio.h>
13#include <QtCore/qspan.h>
16#include <QtCore/q20type_traits.h>
40template <
typename F,
typename Enabler =
void>
92 if constexpr (is_std_function_v<F> || is_function_pointer_v<F>)
98template <
typename F,
typename...
T>
Combined button and popup list for selecting options.
constexpr bool is_std_function_v< std::function< T > >
constexpr bool is_std_function_v
constexpr bool isNonnullFunction(const F &f)
constexpr bool isInvokableWithSpan
constexpr bool is_function_pointer_v
std::enable_if_t< isAudioSourceCallback< Callback >, bool > if_audio_source_callback
constexpr bool isAudioSourceCallback
float convertVolume(float volume, VolumeScale from, VolumeScale to)
Converts an audio volume from a volume scale to another, and returns the result.
constexpr bool isAudioSinkCallback
QDebug operator<<(QDebug debug, QIODevice::OpenMode modes)