Skip to content

ref_vfcallback_addFilter

shekh edited this page Apr 15, 2018 · 1 revision

VirtualDub Plugin SDK 1.2

addFilter video filter callback

addFilter

Add a filter to the global filter list.

FilterDefinition *__cdecl addFilter(VDXFilterModule *fm, FilterDefinition *fd, int fd_len);

Parameters

fm VDXFilterModule with which the filter is associated.
fd FilterDefinition structure describing the filter.
fd_len Size of the FilterDefinition structure, in bytes.

Thread safety

This method is not thread-safe.

Exceptions

This function must not throw exceptions (see Except()).

Return value

Pointer to runtime FilterDefinition structure.

Remarks

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.

Clone this wiki locally