Media Player SDK
|
Adds DirectShow filter to the list. You can use filters to process video.
function Video_Filters_Add(name: WideString): Boolean;
__fastcall Boolean Video_Filters_Add(BSTR name);
public Boolean Video_Filters_Add(String name);
Public Function Video_Filters_Add(name As String) As Boolean
public Boolean Video_Filters_Add(string name);
Boolean Video_Filters_Add(BSTR name);
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!
|