Media Player SDK
ContentsIndexHome
PreviousUpNext
TVFMediaPlayer.Info_Filter_ShowDialog Method

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

Pascal
procedure Info_Filter_ShowDialog(FilterName: WideString; PageType: TVFPropertyPage);
C++
__fastcall Info_Filter_ShowDialog(BSTR FilterName, TVFPropertyPage PageType);
C#
public Info_Filter_ShowDialog(String FilterName, TVFPropertyPage PageType);
Visual Basic
Public Sub Info_Filter_ShowDialog(FilterName As String, PageType As TVFPropertyPage)
Java
public Info_Filter_ShowDialog(string FilterName, TVFPropertyPage PageType);
IDL
Info_Filter_ShowDialog(BSTR FilterName, TVFPropertyPage PageType);
JavaScript
Info_Filter_ShowDialog
Parameters 
Description 
FilterName: WideString 
Filter name. 
PageType: TVFPropertyPage 
Dialog type. 
Copyright (c) 2013. All rights reserved.
What do you think about this topic? Send feedback!