Method function VLDSDigitalVideo.TVLDSDigitalVideo.FastForward() : 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 FastForward() : Boolean;
C++ Builder:
bool __fastcall FastForward();
Visual C++ (MFC):
bool FastForward();
Summary
Moves fast forward over the tape.
Description
Call this method to move fast forward over the tape.
Delphi example:
VLDSCapture1.DigitalVideo.FastForward;
C++ Builder example:
VLDSCapture1->DigitalVideo->FastForward();
Visual C++(MFC) example:
VLDSCapture1.DigitalVideo.FastForward();
Visual C++/CLI example:
dsCapture1->DigitalVideo->FastForward();
C# example:
dsCapture1.DigitalVideo.FastForward();
VB example:
DSCapture1.DigitalVideo.FastForward()
Returns
True if successful.