Skip to content

PlayerFrameStep

method

Delphi
function PlayerFrameStep (FrameCount: LongInt): Boolean;
C++Builder
bool __fastcall PlayerFrameStep(System::LongInt FrameCount);
C#
public bool PlayerFrameStep(int FrameCount);
VB.NET
Public Function PlayerFrameStep(FrameCount As Integer) As Boolean
C++/Qt
BOOL PlayerFrameStep (int FrameCount);

Steps the video clip n frames forward when it is paused. The FrameCount parameter specifies the number of frames to skip.

  • if FrameCount is 1, the graph steps forward one frame.

  • if dwFrames is a number n greater than 1, the graph skips n - 1 frames and shows the nth frame.