Goal is to set audio device for QMediaPlayer, but key classes are now obsolete
-
Hello. I understand that to set an audio device for QMediaPlayer, I need to use QMediaService, QMediaControl , and QAudioOutputSelectorControl.
However, these classes are obsolete, and I cannot find the appropriate replacements. Is there an alternate method to accomplish what I aim to do?
-
-
I see, thanks. I guess I'll cross my fingers and work with the outdated stuff then.