Method function VLDSDigitalVideo.TVLDSDigitalVideo.PauseRecord() : 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 PauseRecord() : Boolean;
C++ Builder:
bool __fastcall PauseRecord();
Visual C++ (MFC):
bool PauseRecord();
Summary
Pauses the recording on the device.
Description
Call this method to Pause the recording 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.