Qt 4.8
|
#include <QtCore/qbytearray.h>
#include <QtCore/qstringlist.h>
#include <QtCore/qlist.h>
#include <QtCore/qdebug.h>
#include <QtMultimedia/qaudiodeviceinfo.h>
#include <QtMultimedia/qaudioengine.h>
Go to the source code of this file.
Classes | |
class | QAudioDeviceInfoInternal |
Variables | |
const unsigned int | MAX_SAMPLE_RATES = 5 |
const unsigned int | SAMPLE_RATES [] = { 8000, 11025, 22050, 44100, 48000 } |
const unsigned int MAX_SAMPLE_RATES = 5 |
Definition at line 68 of file qaudiodeviceinfo_win32_p.h.
const unsigned int SAMPLE_RATES[] = { 8000, 11025, 22050, 44100, 48000 } |
Definition at line 69 of file qaudiodeviceinfo_win32_p.h.