equal
deleted
inserted
replaced
90 QList<QAudioFormat::SampleType> supportedSampleTypes() const; |
90 QList<QAudioFormat::SampleType> supportedSampleTypes() const; |
91 |
91 |
92 static QAudioDeviceInfo defaultInputDevice(); |
92 static QAudioDeviceInfo defaultInputDevice(); |
93 static QAudioDeviceInfo defaultOutputDevice(); |
93 static QAudioDeviceInfo defaultOutputDevice(); |
94 |
94 |
95 static QList<QAudioDeviceInfo> deviceList(QAudio::Mode mode); |
95 static QList<QAudioDeviceInfo> availableDevices(QAudio::Mode mode); |
96 |
96 |
97 private: |
97 private: |
98 QAudioDeviceInfo(const QString &realm, const QByteArray &handle, QAudio::Mode mode); |
98 QAudioDeviceInfo(const QString &realm, const QByteArray &handle, QAudio::Mode mode); |
99 QString realm() const; |
99 QString realm() const; |
100 QByteArray handle() const; |
100 QByteArray handle() const; |