VisioForge Video Capture SDK (Delphi / ActiveX)
ContentsIndexHome
PreviousUpNext
TVFVideoCapture.Video_Filters_Delete Method

Deletes filter from the list.

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

Returns , if the operation was successful.

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