4#ifndef QWINDOWSMEDIADEVICES_H
5#define QWINDOWSMEDIADEVICES_H
18#include <private/qplatformmediadevices_p.h>
19#include <private/qcomptr_p.h>
24struct IMMDeviceEnumerator;
49 ComPtr<IMMDeviceEnumerator> m_deviceEnumerator;
50 ComPtr<CMMNotificationClient> m_notificationClient;
53 ComPtr<IAudioClient3> m_warmUpAudioClient;
54 std::atomic_bool m_isAudioClientWarmedUp =
false;
The QAudioDevice class provides an information about audio devices and their functionality.
Mode
Describes the mode of this device.
QObject * parent() const
Returns a pointer to the parent object.
Combined button and popup list for selecting options.