RewindPlayer
method
Delphi
procedure RewindPlayer;
C++Builder
void __fastcall RewindPlayer();
C#
public void RewindPlayer();
VB.NET
Public Sub RewindPlayer()
C++/Qt
void RewindPlayer ();
Plays a video clip backwards.
The backwards speed is the normal speed x PlayerFastSeekRatio.
Restrictions:
-
this feature is available only with seekable (indexed) AVI clips.
-
according to the clip index and the disk access, playing backwards may be jerky.