[Lazarus] Embedded VLC using PasLibVlc - how to fast forward?

Bo Berglund bo.berglund at gmail.com
Mon Mar 23 07:52:31 CET 2020


On Sun, 22 Mar 2020 22:29:15 +0100, Bo Berglund via lazarus
<lazarus at lists.lazarus-ide.org> 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



More information about the lazarus mailing list