How to control Fast forward and rewind Mediaplayer.
-
I'm using Qt5.7.
Hi, I'm trying to create a Player but I meet stuck at how to control speed of playback (Fast forward and rewind). Anyone has Ideas please give me for advance. Thank so much.
@Hung-Tran Isn't http://doc.qt.io/qt-5/qmediaplayer.html#playbackRate-prop what you need?
-
@Hung-Tran Isn't http://doc.qt.io/qt-5/qmediaplayer.html#playbackRate-prop what you need?
-
@jsulm Yeahh. I have read it but I don't think that Rate of playback means speed :( Thank you
@Hung-Tran It does. What else could it be?
"By default this value is 1.0, indicating that the media is playing at the standard pace. Values higher than 1.0 will increase the rate of play. Values less than zero can be set and indicate the media will rewind at the multiplier of the standard pace."
A value of 2.0 would play the media file at doubled speed. -
@Hung-Tran It does. What else could it be?
"By default this value is 1.0, indicating that the media is playing at the standard pace. Values higher than 1.0 will increase the rate of play. Values less than zero can be set and indicate the media will rewind at the multiplier of the standard pace."
A value of 2.0 would play the media file at doubled speed. -
@Hung-Tran Value of 8.0?