PDA

View Full Version : availableAudioOutputDevices() problem.



zgulser
11th September 2012, 14:03
Hi,

I use the following code to fetch audio devices but list returned is empty.



QList<Phonon::AudioOutputDevice> audioOutputDevices = Phonon::BackendCapabilities::availableAudioOutputD evices();


I'm working on WINDOWS 7.

Any ideas?