Method procedure VLDSCapture.TVLDSCapture.Close(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: TVLDSCapture

Contents

Syntax

Delphi:

procedure Close( ACloseDevices : Boolean );

C++ Builder:

void __fastcall Close( bool ACloseDevices );

Visual C++ (MFC):

void Close( bool ACloseDevices );

Summary

Closes the device.

Description

Use this method to close the selected capture driver, and destroys the DirectShow filter graph. In most cases you will not need to call this procedure.


Delphi example:

<c>VLDSCapture1.Close( True );</c>

C++ Builder example:

<c>VLDSCapture1->Close( true );</c>

Visual C++(MFC) example:

<c>VLDSCapture1.Close( true );</c>

Visual C++/CLI example:

<c>dsCapture1->Close( true );</c>

C# Example:

<c>dsCapture1.Close( true );</c>

VB Example:

<c>DSCapture1.Close( True )</c>

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox