VisioForge Video Capture SDK (Delphi / ActiveX)
ContentsIndexHome
PreviousUpNext
TVFVideoCapture.DirectShow_Filter_Show_Dialog Method

Displays the dialog box with the settings of the selected DirectShow filter.

Pascal
procedure DirectShow_Filter_Show_Dialog(name: WideString; PageType: TVFPropertyPage Enumeration);
C++
__fastcall DirectShow_Filter_Show_Dialog(BSTR name, TVFPropertyPage PageType);
C#
public DirectShow_Filter_Show_Dialog(String name, TVFPropertyPage Enumeration PageType);
Visual Basic
Public Sub DirectShow_Filter_Show_Dialog(name As String, PageType As TVFPropertyPage)
Java
public DirectShow_Filter_Show_Dialog(string name, TVFPropertyPage PageType);
IDL
DirectShow_Filter_Show_Dialog(BSTR name, TVFPropertyPage PageType);
JavaScript
DirectShow_Filter_Show_Dialog
PHP
public DirectShow_Filter_Show_Dialog($name, TVFPropertyPage $PageType);
Parameters 
Description 
name: WideString 
Filter name. 
PageType: TVFPropertyPage 
Page type. 
parent 
Parent handle. 
Copyright (c) 2012. All rights reserved.
What do you think about this topic? Send feedback!