43 #include <QtMultimedia/qaudio.h> 44 #include <QtMultimedia/qaudiodeviceinfo.h> 45 #include <QtMultimedia/qaudioengine.h> 46 #include <QtMultimedia/qaudioinput.h>
#define QT_END_NAMESPACE
This macro expands to.
The QObject class is the base class of all Qt objects.
#define QT_BEGIN_NAMESPACE
This macro expands to.
static bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *member, Qt::ConnectionType=Qt::AutoConnection)
Creates a connection of the given type from the signal in the sender object to the method in the rece...
The QAudioDeviceInfo class provides an interface to query audio devices and their functionality...
QObject * parent() const
Returns a pointer to the parent object.
static QAbstractAudioInput * createDefaultInputDevice(QAudioFormat const &format)
static QAbstractAudioInput * createInputDevice(QAudioDeviceInfo const &device, QAudioFormat const &format)
The QIODevice class is the base interface class of all I/O devices in Qt.