Media Player SDK
ContentsIndexHome
PreviousUpNext
TVFMediaPlayer.DirectShow_Filter_Merit_Get Method

Returns the merit for the selected DirectShow filter.

Pascal
function DirectShow_Filter_Merit_Get(name: WideString): Integer;
C++
__fastcall int DirectShow_Filter_Merit_Get(BSTR name);
C#
public int DirectShow_Filter_Merit_Get(String name);
Visual Basic
Public Function DirectShow_Filter_Merit_Get(name As String) As Integer
Java
public int DirectShow_Filter_Merit_Get(string name);
IDL
int DirectShow_Filter_Merit_Get(BSTR name);
JavaScript
DirectShow_Filter_Merit_Get
Parameters 
Description 
name: WideString 
Filter name. 

Returns the merit for the selected DirectShow filter, 0 if error happen.

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