VisioForge Video Capture SDK (Delphi / ActiveX)
ContentsIndexHome
PreviousUpNext
TVFVideoCapture.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
PHP
public Boolean Video_Filters_Add($name);
Parameters 
Description 
name: WideString 
Filter name. 

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) 2012. All rights reserved.
What do you think about this topic? Send feedback!