Method function VLDSDigitalVideo.TVLDSDigitalVideo.StepForward() : Boolean
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TVLDSDigitalVideo
Contents |
Syntax
Delphi:
function StepForward() : Boolean;
C++ Builder:
bool __fastcall StepForward();
Visual C++ (MFC):
bool StepForward();
Summary
Steps one frame forward.
Description
Call this method to Step one frame forward.
Delphi example:
VLDSCapture1.DigitalVideo.StepForward;
C++ Builder example:
VLDSCapture1->DigitalVideo->StepForward();
Visual C++(MFC) example:
VLDSCapture1.DigitalVideo.StepForward();
Visual C++/CLI example:
dsCapture1->DigitalVideo->StepForward();
C# example:
dsCapture1.DigitalVideo.StepForward();
VB example:
DSCapture1.DigitalVideo.StepForward()
Returns
True if successful.