Media Player SDK
ContentsIndexHome
PreviousUpNext
TVFMediaPlayer.Info_Filter_HasDialog Method

Returns True if the DirectShow filter has a settings dialog box.

Pascal
function Info_Filter_HasDialog(FilterName: WideString; PageType: TVFPropertyPage): Boolean;
C++
__fastcall Boolean Info_Filter_HasDialog(BSTR FilterName, TVFPropertyPage PageType);
C#
public Boolean Info_Filter_HasDialog(String FilterName, TVFPropertyPage PageType);
Visual Basic
Public Function Info_Filter_HasDialog(FilterName As String, PageType As TVFPropertyPage) As Boolean
Java
public Boolean Info_Filter_HasDialog(string FilterName, TVFPropertyPage PageType);
IDL
Boolean Info_Filter_HasDialog(BSTR FilterName, TVFPropertyPage PageType);
JavaScript
Info_Filter_HasDialog
Parameters 
Description 
FilterName: WideString 
Filter name. 
PageType: TVFPropertyPage 
Dialog type. 

Returns True if the DirectShow filter has a settings dialog box.

Copyright (c) 2013. All rights reserved.
What do you think about this topic? Send feedback!