![]() |
Qt 6.x
The Qt SDK
|
#include <QtCore/qbytearray.h>
#include <QtCore/qstringlist.h>
#include <QtCore/qlist.h>
#include <QtCore/qdebug.h>
#include <QtMultimedia/qaudiodevice.h>
#include <private/qaudiosystem_p.h>
#include <private/qaudiodevice_p.h>
#include <qcomptr_p.h>
Go to the source code of this file.
Classes | |
class | QWindowsAudioDeviceInfo |
Variables | |
QT_BEGIN_NAMESPACE const unsigned int | MAX_SAMPLE_RATES = 5 |
const unsigned int | SAMPLE_RATES [] = { 8000, 11025, 22050, 44100, 48000 } |
QT_BEGIN_NAMESPACE const unsigned int MAX_SAMPLE_RATES = 5 |
Definition at line 33 of file qwindowsaudiodevice_p.h.
const unsigned int SAMPLE_RATES[] = { 8000, 11025, 22050, 44100, 48000 } |
Definition at line 34 of file qwindowsaudiodevice_p.h.