Hi all,
I would like to write a function to determine which media formats can be played.
I thought about using QMediaPlayer::supportedMimeTypes, however the docs say this method is depreciated.
Is there any other way in qt or would i have to dig into kde frameworks/Windows Media apis for this.

Thanks in advance