Method procedure VLCapture.TVLCapture.ShowVideoFormatDialog()

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: TVLCapture

Contents

Syntax

Delphi:

procedure ShowVideoFormatDialog();

C++ Builder:

void __fastcall ShowVideoFormatDialog();

Visual C++ (MFC):

void ShowVideoFormatDialog();

Summary

Shows Capture Format Selection Dialog.

Description

Call this method to show the Capture Format Selection Dialog. The capture Enable should be False in order to be able to see the dialog.

Use this function to allow the user to select the video source such as TVTuner or Camera as well to select the additional options for the device such as TV Channel.


Delphi example:

VLCapture1.ShowVideoFormatDialog;

C++ Builder example:

VLCapture1->ShowVideoFormatDialog();

Visual C++(MFC) example:

VLCapture1.ShowVideoFormatDialog();

Visual C++/CLI example:

capture1->ShowVideoFormatDialog();

C# Example:

capture1.ShowVideoFormatDialog();

VB Example:

Capture1.ShowVideoFormatDialog

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox