Media Player SDK
ContentsIndexHome
PreviousUpNext
TVFMediaPlayer.DirectShow_Filter_Has_Dialog Method

Returns if the DirectShow filter has a settings dialog box.

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

Returns if the DirectShow filter has a settings dialog box, otherwise method returns .

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