qt multimedia (qmediaplayer) linux/android
Locked
Unsolved
General and Desktop
-
QMediaPlayer - function setPlaybackRate(qreal r) not working on android .play with standart rate 1.0 no bug nothing.but change rate not work .any idea?.in doc nothing about that this function not suported on android/linux..but function work correctly just on win ..on linux also problem app just freeze.also no bugs nothing ..thanks so much for help
music2 = new QMediaPlayer(this);
qreal rate = 0.50;
music2->setPlaybackRate(rate);
music2->setMedia(QUrl("qrc:/samples/clap.wav"));
music2->play(); -
Hi,
Please don't post the same question multiple times. One is enough. If you want to rephrase it just edit it again.
Closing this one.