Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
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 !
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: seeking with TVLAVIPlayer.CurrentFrame - jlf - 09-23-2012 08:47 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)