changeset 3 | 41300fa6a67c |
parent 0 | 1918ee327afb |
child 4 | 3b1da2848fc7 |
2:56cd8111b7f7 | 3:41300fa6a67c |
---|---|
322 } |
322 } |
323 |
323 |
324 return get_device_info(audioDevice, QAudio::AudioOutput); |
324 return get_device_info(audioDevice, QAudio::AudioOutput); |
325 } |
325 } |
326 |
326 |
327 QList<QByteArray> QAudioDeviceInfoInternal::deviceList(QAudio::Mode mode) |
327 QList<QByteArray> QAudioDeviceInfoInternal::availableDevices(QAudio::Mode mode) |
328 { |
328 { |
329 QList<QByteArray> devices; |
329 QList<QByteArray> devices; |
330 |
330 |
331 UInt32 propSize = 0; |
331 UInt32 propSize = 0; |
332 |
332 |