ref_vfcallback_addFilter - shekh/VirtualDub2 GitHub Wiki
VirtualDub Plugin SDK 1.2
addFilter video filter callback
Add a filter to the global filter list.
FilterDefinition *__cdecl addFilter(VDXFilterModule *fm, FilterDefinition *fd, int fd_len);
fm | VDXFilterModule with which the filter is associated. |
fd | FilterDefinition structure describing the filter. |
fd_len | Size of the FilterDefinition structure, in bytes. |
This method is not thread-safe.
This function must not throw exceptions (see Except()).
Pointer to runtime FilterDefinition structure.
This function is used in the DLL initialization process to register all of the filters contained in the DLL.
Copyright (C) 2007-2012 Avery Lee.