Skip to content

FastForwardPlayer

method

Delphi
procedure FastForwardPlayer;
C++Builder
void __fastcall FastForwardPlayer();
C#
public void FastForwardPlayer();
VB.NET
Public Sub FastForwardPlayer()
C++/Qt
void FastForwardPlayer ();

Plays a video clip forwards at a different speed.

Remarks

Used to play the clip forwards faster or slower than the normal speed.

The fast forward speed is the normal speed x PlayerFastSeekSpeedRatio .

Restriction: this feature is available only with seekable (indexed) AVI clips.