QAbstractAudioOutput Class
The QAbstractAudioOutput class is a base class for audio backends. More...
| Header: | #include <QAbstractAudioOutput> |
| qmake: | QT += multimedia |
| Inherits: | QObject |
Detailed Description
QAbstractAudioOutput implements audio functionality for QAudioOutput, i.e., QAudioOutput routes function calls to QAbstractAudioOutput. For a description of the functionality that is implemented, see the QAudioOutput class and function descriptions.
See also QAudioOutput.