QAbstractAudioInput Class
The QAbstractAudioInput class provides access for QAudioInput to access the audio device provided by the plugin. More...
| Header: | #include <QAbstractAudioInput> |
| qmake: | QT += multimedia |
| Inherits: | QObject |
Detailed Description
QAudioDeviceInput keeps an instance of QAbstractAudioInput and routes calls to functions of the same name to QAbstractAudioInput. This means that it is QAbstractAudioInput that implements the audio functionality. For a description of the functionality, see the QAudioInput class description.
See also QAudioInput.