Method function VLDSDigitalVideo.TVLDSDigitalVideo.Pause() : 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 Pause() : Boolean;
C++ Builder:
bool __fastcall Pause();
Visual C++ (MFC):
bool Pause();
Summary
Pauses the current operation on the device.
Description
Call this method to Pause the current operation on the device.
Delphi example:
VLDSCapture1.DigitalVideo.Pause;
C++ Builder example:
VLDSCapture1->DigitalVideo->Pause();
Visual C++(MFC) example:
VLDSCapture1.DigitalVideo.Pause();
Visual C++/CLI example:
dsCapture1->DigitalVideo->Pause();
C# example:
dsCapture1.DigitalVideo.Pause();
VB example:
DSCapture1.DigitalVideo.Pause()
Returns
True if successful.