Media Player SDK
ContentsIndexHome
PreviousUpNext
TVFMediaPlayer.Video_Filters_Add Method

Adds DirectShow filter to the list. You can use filters to process video.

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

Returns , if the operation was successful.

You can specify filters parameters using either the settings dialog box or direct access to the filter interface with the help of the plug-in system.

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