equal
deleted
inserted
replaced
90 QList<int> sampleSizeList(); |
90 QList<int> sampleSizeList(); |
91 QList<QAudioFormat::Endian> byteOrderList(); |
91 QList<QAudioFormat::Endian> byteOrderList(); |
92 QList<QAudioFormat::SampleType> sampleTypeList(); |
92 QList<QAudioFormat::SampleType> sampleTypeList(); |
93 static QByteArray defaultInputDevice(); |
93 static QByteArray defaultInputDevice(); |
94 static QByteArray defaultOutputDevice(); |
94 static QByteArray defaultOutputDevice(); |
95 static QList<QByteArray> deviceList(QAudio::Mode); |
95 static QList<QByteArray> availableDevices(QAudio::Mode); |
96 |
96 |
97 private: |
97 private: |
98 bool open(); |
98 bool open(); |
99 void close(); |
99 void close(); |
100 |
100 |