![]() |
Home · All Classes · Overviews |
The QAudioDeviceId class provides means for identifying a unique input or output device on a system. More...
#include <QAudioDeviceId>
This class was introduced in Qt 4.6.
| QAudioDeviceId () | |
| QAudioDeviceId ( const QAudioDeviceId & other ) | |
| ~QAudioDeviceId () | |
| bool | isNull () const |
| bool | operator!= ( const QAudioDeviceId & other ) const |
| QAudioDeviceId & | operator= ( const QAudioDeviceId & other ) |
| bool | operator== ( const QAudioDeviceId & other ) const |
The QAudioDeviceId class provides means for identifying a unique input or output device on a system.
See also QAudioDeviceInfo, QAudioOutput, and QAudioInput.
Construct a new null QAudioDeviceId.
Copy the QAudDeviceId referenced by other.
Destroy the QAudioDeviceId.
Returns true if this is not a valid QAudioDeviceId; otherwise false.
Compare with the other QAudioDeviceId, return false if they are the same; otherwise true.
Make a copy of the other QAudioDeviceId.
Compare with the other QAudioDeviceId, return true if they are the same; otherwise false.
| Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies) | Trademarks | Qt 4.6.0-tp1 |