On Sun, 22 Mar 2020 22:29:15 +0100, Bo Berglund via lazarus <[email protected]> wrote:
FOLLOW-UP: >1) FF video playback I found an example that handles the play speed and could verify it thus: vlcPlayer.SetPlayRate(newPlayRate); newPlayRate is an integer seemingly in percent of normal speed, so: x2 = 200 x1 = 100 x0.5 = 50 etc vlcPlayer.GetPlayRate() reads back the current rate. Still looking for the maximize function, but it is not so needed as was the speed. -- Bo Berglund Developer in Sweden -- _______________________________________________ lazarus mailing list [email protected] https://lists.lazarus-ide.org/listinfo/lazarus
