seeking with TVLAVIPlayer.CurrentFrame
|
09-23-2012, 08:47 PM
Post: #2
|
|||
|
|||
RE: seeking with TVLAVIPlayer.CurrentFrame
I found an explication with pump, trying that :
VLAVIPlayer1.Pause; VLAVIPlayer1.ClockSource := csExternal; VLAVIPlayer1.CurrentPos := n; VLAVIPlayer1.Pump; Label1.Caption := IntToStr(VLAVIPlayer1.CurrentFrame); // => n+1 so after Pump VLAVIPlayer1 go on n+1 ! |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
seeking with TVLAVIPlayer.CurrentFrame - jlf - 09-04-2012, 04:16 AM
RE: seeking with TVLAVIPlayer.CurrentFrame - jlf - 09-23-2012 08:47 PM
|
User(s) browsing this thread: 3 Guest(s)