How to get the total time of an audio file? I am trying this:
QMediaPlayer* audioPlayer = new QMediaPlayer();
audioPlayer->setMedia(QUrl::fromLocalFile("F:/Audio/mysong.mp3"));
audioPlayer->duration(); // return 0
but all the time the function returns 0. I use the latest version Qt on Windows 8.