Hi,

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

Qt Code:
  1. QList<Phonon::AudioOutputDevice> audioOutputDevices = Phonon::BackendCapabilities::availableAudioOutputDevices();
To copy to clipboard, switch view to plain text mode 

I'm working on WINDOWS 7.

Any ideas?