I have a program where I have multiple different instances of AudioOutput class,
but setVolume(qreal) method works properly only with the last instance.
With other instances it does nothing.
Why?
What could I do?
NOTE:
Sounds and musics outputs normally ….
I have tried to create a path between different instances of Phonon::MediaObject and the same AudioOutput object (in order to have only one instance of AudioOutput class) but it doesn’t work.
I thought it could be a bug ….
↧