Multiple QMediaPlayer objects : setVolume affects others
-
Hello, in my applications i have 2 QMediaPlayer objects and i wanted to do a fade between them.
But i just realized that if i change the volume of the first object, then the volume of the second object changes.
Is this normal? Maybe all the QMediaPlayer objects run from the same "sink/output" (i remember from the phonon things like that in the description) so setting the volume actually changes the volume of the "sink"?
Or is this a bug?