Method function VLDSDigitalVideo.TVLDSDigitalVideo.RecordFrame() : Boolean

From Mitov Wiki Doc
Jump to: navigation, search

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 RecordFrame() : Boolean;

C++ Builder:

bool __fastcall RecordFrame();

Visual C++ (MFC):

bool RecordFrame();

Summary

Records one frame on the device.

Description

Call this method to Record one frame on the device.


Delphi example:

VLDSCapture1.DigitalVideo.RecordFrame;

C++ Builder example:

VLDSCapture1->DigitalVideo->RecordFrame();

Visual C++(MFC) example:

VLDSCapture1.DigitalVideo.RecordFrame();

Visual C++/CLI example:

dsCapture1->DigitalVideo->RecordFrame();

C# example:

dsCapture1.DigitalVideo.RecordFrame();

VB example:

DSCapture1.DigitalVideo.RecordFrame()

Returns

True if successful.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox