Hi,
I have the following code to control application volume.
Phonon::AudioOutput *audioOutput = new Phonon::AudioOutput(Phonon::MusicCategory);
_ui.volumeSlider->setAudioOutput(audioOutput);
Phonon::AudioOutput *audioOutput = new Phonon::AudioOutput(Phonon::MusicCategory);
_ui.volumeSlider->setAudioOutput(audioOutput);
To copy to clipboard, switch view to plain text mode
I put the dll's into their proper places and nothing seems on my "Output" window(using VS 2010).
My application is a simple VOIP application but nothing changes in volume when I slide the volume slider.
Any ideas?
Bookmarks